feat: add control border #388

This commit is contained in:
Hufe921
2024-04-13 17:56:34 +08:00
parent 180affc519
commit de06f6cc9b
9 changed files with 106 additions and 15 deletions
+1
View File
@@ -84,6 +84,7 @@ interface IElement {
postfix?: string;
minWidth?: number;
underline?: boolean;
border?: boolean;
extension?: unknown;
indentation?: ControlIndentation;
deletable?: boolean;