mirror of https://github.com/acid-info/lsd.git
chore: add size artTypes to Dropdown
This commit is contained in:
parent
f1d8ba85e2
commit
336ce7b532
|
@ -12,6 +12,12 @@ export default {
|
|||
},
|
||||
defaultValue: 'large',
|
||||
},
|
||||
size: {
|
||||
type: {
|
||||
name: 'enum',
|
||||
value: ['small', 'medium', 'large'],
|
||||
},
|
||||
},
|
||||
},
|
||||
} as Meta
|
||||
|
||||
|
|
Loading…
Reference in New Issue