breaking(dropdown): remove useless inline prop (#1329)

* breaking(dropdown): remove useless `inline` prop

* Run "yarn build:docs"
This commit is contained in:
metonym 2022-06-02 17:36:46 -07:00 committed by GitHub
commit 0063c01beb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 22 deletions

View file

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