feat: add control minimum width option
This commit is contained in:
@@ -77,6 +77,8 @@ interface IElement {
|
||||
conceptId?: string;
|
||||
prefix?: string;
|
||||
postfix?: string;
|
||||
minWidth?: number;
|
||||
underline?: boolean;
|
||||
code: string | null;
|
||||
min?: number;
|
||||
max?: number;
|
||||
|
||||
@@ -77,6 +77,8 @@ interface IElement {
|
||||
conceptId?: string;
|
||||
prefix?: string;
|
||||
postfix?: string;
|
||||
minWidth?: number;
|
||||
underline?: boolean;
|
||||
code: string | null;
|
||||
min?: number;
|
||||
max?: number;
|
||||
|
||||
Reference in New Issue
Block a user