feat: add control indentation option #345

This commit is contained in:
Hufe921
2023-12-07 20:37:47 +08:00
parent 6de3ad8b21
commit 5f1cf3ab37
9 changed files with 80 additions and 13 deletions
+1
View File
@@ -81,6 +81,7 @@ interface IElement {
minWidth?: number;
underline?: boolean;
extension?: unknown;
indentation?: ControlIndentation;
deletable?: boolean;
disabled?: boolean;
code: string | null;
+1
View File
@@ -81,6 +81,7 @@ interface IElement {
minWidth?: number;
underline?: boolean;
extension?: unknown;
indentation?: ControlIndentation;
deletable?: boolean;
disabled?: boolean;
code: string | null;