-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponents.d.ts
28 lines (27 loc) · 1.51 KB
/
components.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/* eslint-disable */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
BButton: typeof import('bootstrap-vue-next/components/BButton')['BButton']
BCol: typeof import('bootstrap-vue-next/components/BContainer')['BCol']
BCollapse: typeof import('bootstrap-vue-next/components/BCollapse')['BCollapse']
BContainer: typeof import('bootstrap-vue-next/components/BContainer')['BContainer']
BDropdownItem: typeof import('bootstrap-vue-next/components/BDropdown')['BDropdownItem']
BFormInput: typeof import('bootstrap-vue-next/components/BFormInput')['BFormInput']
BNavbar: typeof import('bootstrap-vue-next/components/BNavbar')['BNavbar']
BNavbarBrand: typeof import('bootstrap-vue-next/components/BNavbar')['BNavbarBrand']
BNavbarNav: typeof import('bootstrap-vue-next/components/BNavbar')['BNavbarNav']
BNavbarToggle: typeof import('bootstrap-vue-next/components/BNavbar')['BNavbarToggle']
BNavForm: typeof import('bootstrap-vue-next/components/BNav')['BNavForm']
BNavItem: typeof import('bootstrap-vue-next/components/BNav')['BNavItem']
BNavItemDropdown: typeof import('bootstrap-vue-next/components/BNav')['BNavItemDropdown']
BRow: typeof import('bootstrap-vue-next/components/BContainer')['BRow']
}
export interface ComponentCustomProperties {
vBColorMode: typeof import('bootstrap-vue-next/directives/BColorMode')['vBColorMode']
}
}