|
|
@ -10,6 +10,7 @@ export declare class Text extends Single { |
|
|
|
lineHeight?: null | number; |
|
|
|
lineHeight?: null | number; |
|
|
|
py?: string; |
|
|
|
py?: string; |
|
|
|
highLight?: boolean; |
|
|
|
highLight?: boolean; |
|
|
|
|
|
|
|
maxWidth?: null | number; |
|
|
|
} & Single['props']; |
|
|
|
} & Single['props']; |
|
|
|
|
|
|
|
|
|
|
|
doRedMark(keyword: string): void; |
|
|
|
doRedMark(keyword: string): void; |
|
|
|