From 59411cb4984099e3c1380dcac31bd7bca4ffd3ca Mon Sep 17 00:00:00 2001 From: Lloyd Zhou Date: Sat, 12 Nov 2022 14:15:59 +0800 Subject: [PATCH] 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 e51a509874..bdbeb58199 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, TransitionOptionMixin { type?: 'text'; style?: TextStyleProps & TransitionOptionMixin;