File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,8 @@ declare const vue3ComponentLibrary: Exclude<Plugin["install"], undefined>;
55export default vue3ComponentLibrary ;
66
77export const Button : Exclude < Plugin [ "install" ] , undefined > | DefineComponent ;
8- export const Dropdown : Exclude < Plugin [ "install" ] , undefined > | DefineComponent ;
8+ export const Anchor : Exclude < Plugin [ "install" ] , undefined > | DefineComponent ;
9+ export const Dropdown : Exclude < Plugin [ "install" ] , undefined > | DefineComponent ;
10+ export const DropdownButton : Exclude < Plugin [ "install" ] , undefined > | DefineComponent ;
11+ export const DropdownItems : Exclude < Plugin [ "install" ] , undefined > | DefineComponent ;
12+ export const DropdownItem : Exclude < Plugin [ "install" ] , undefined > | DefineComponent ;
You can’t perform that action at this time.
0 commit comments