This is an automated email from the ASF dual-hosted git repository.

wangzx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts.git


The following commit(s) were added to refs/heads/master by this push:
     new 59411cb49 export GraphicComponentTextOption
     new 381c6bc1a Merge pull request #17906 from lloydzhou/patch-1
59411cb49 is described below

commit 59411cb4984099e3c1380dcac31bd7bca4ffd3ca
Author: Lloyd Zhou <lloydz...@users.noreply.github.com>
AuthorDate: Sat Nov 12 14:15:59 2022 +0800

    export GraphicComponentTextOption
---
 src/component/graphic/GraphicModel.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/component/graphic/GraphicModel.ts 
b/src/component/graphic/GraphicModel.ts
index e51a50987..bdbeb5819 100644
--- a/src/component/graphic/GraphicModel.ts
+++ b/src/component/graphic/GraphicModel.ts
@@ -163,7 +163,7 @@ export interface GraphicComponentImageOption
 // interface GraphicComponentImageOptionOnState extends 
GraphicComponentDisplayableOptionOnState {
 //     style?: ImageStyleProps;
 // }
-interface GraphicComponentTextOption
+export interface GraphicComponentTextOption
     extends Omit<GraphicComponentDisplayableOption, 'textContent' | 
'textConfig'>, TransitionOptionMixin<TextProps> {
     type?: 'text';
     style?: TextStyleProps & TransitionOptionMixin<TextStyleProps>;


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to