1
0
Fork 0
mirror of https://github.com/Findus23/devicedetector.net.git synced 2024-09-19 15:43:46 +02:00
devicedetector.net/client/components.d.ts

27 lines
1.2 KiB
TypeScript
Raw Normal View History

2023-01-06 18:46:29 +01:00
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'
export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
BButton: typeof import('bootstrap-vue-3')['BButton']
BCollapse: typeof import('bootstrap-vue-3')['BCollapse']
BFormCheckbox: typeof import('bootstrap-vue-3')['BFormCheckbox']
BFormInput: typeof import('bootstrap-vue-3')['BFormInput']
BFormTextarea: typeof import('bootstrap-vue-3')['BFormTextarea']
BInputGroup: typeof import('bootstrap-vue-3')['BInputGroup']
BInputGroupAppend: typeof import('bootstrap-vue-3')['BInputGroupAppend']
BNavbar: typeof import('bootstrap-vue-3')['BNavbar']
BNavbarBrand: typeof import('bootstrap-vue-3')['BNavbarBrand']
BNavbarNav: typeof import('bootstrap-vue-3')['BNavbarNav']
BNavbarToggle: typeof import('bootstrap-vue-3')['BNavbarToggle']
BNavItem: typeof import('bootstrap-vue-3')['BNavItem']
Icon: typeof import('./src/components/Icon.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
}
}