feat: default properties type
This commit is contained in:
parent
ee5717c609
commit
8a49fcf76a
3 changed files with 107 additions and 49 deletions
|
|
@ -1 +1 @@
|
|||
export type Option = { label: string; value: string };
|
||||
export type Option = { label: string; value: string; type?: string };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue