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