breaking(dropdown): remove useless inline prop

This commit is contained in:
Eric Liu 2022-06-01 19:23:22 -07:00
commit ad6ec714ba

View file

@ -46,9 +46,6 @@
/** Set to `true` to open the dropdown */ /** Set to `true` to open the dropdown */
export let open = false; export let open = false;
/** Set to `true` to use the inline variant */
export let inline = false;
/** Set to `true` to enable the light variant */ /** Set to `true` to enable the light variant */
export let light = false; export let light = false;