feat: control default style #340

This commit is contained in:
Hufe921
2024-04-14 14:48:30 +08:00
parent de06f6cc9b
commit eee22363d3
7 changed files with 89 additions and 21 deletions
+7
View File
@@ -101,6 +101,13 @@ interface IElement {
code?: string;
disabled?: boolean;
};
font?: string;
size?: number;
bold?: boolean;
color?: string;
highlight?: string;
italic?: boolean;
strikeout?: boolean;
};
controlComponent?: {
PREFIX = 'prefix',