We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31aaaeb commit d8225a8Copy full SHA for d8225a8
component.d.ts
@@ -36,7 +36,6 @@ import type {
36
BsImageHolder,
37
BsImageUploader,
38
BsLightbox,
39
- BsListbox,
40
BsListNav,
41
BsListNavItem,
42
BsListTile,
@@ -46,6 +45,7 @@ import type {
46
45
BsListTileSubtitle,
47
BsListTileTitle,
48
BsListView,
+ BsListbox,
49
BsMaskLoader,
50
BsModal,
51
BsNotification,
@@ -88,8 +88,8 @@ declare module '@vue/runtime-core' {
88
BsAppbarItems: typeof BsAppbarItems;
89
BsAppbarTitle: typeof BsAppbarTitle;
90
BsAvatar: typeof BsAvatar;
91
- BsBreadcrumb: typeof BsBreadcrumb;
92
BsBadge: typeof BsBadge;
+ BsBreadcrumb: typeof BsBreadcrumb;
93
BsButton: typeof BsButton;
94
BsButtonToggle: typeof BsToggleButton;
95
BsButtonToggleField: typeof BsToggleField;
0 commit comments