-
Notifications
You must be signed in to change notification settings - Fork 607
Expand file tree
/
Copy pathcomponents.d.ts
More file actions
23 lines (21 loc) · 853 Bytes
/
components.d.ts
File metadata and controls
23 lines (21 loc) · 853 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* eslint-disable */
// @ts-nocheck
// biome-ignore lint: disable
// oxlint-disable
// ------
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
BModal: typeof import('bootstrap-vue-next/components/BModal')['BModal']
CopyToClipboard: typeof import('./src/components/CopyToClipboard.vue')['default']
Notification: typeof import('./src/components/Notification.vue')['default']
Pagination: typeof import('./src/components/Pagination.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Star: typeof import('./src/components/Star.vue')['default']
Timer: typeof import('./src/components/Timer.vue')['default']
}
}