mirror of
https://github.com/fumiama/sekusu.git
synced 2026-06-24 05:18:59 +08:00
first commit
This commit is contained in:
19
components.d.ts
vendored
Normal file
19
components.d.ts
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
/* eslint-disable */
|
||||
/* prettier-ignore */
|
||||
// @ts-nocheck
|
||||
// Generated by unplugin-vue-components
|
||||
// Read more: https://github.com/vuejs/core/pull/3399
|
||||
export {}
|
||||
|
||||
declare module 'vue' {
|
||||
export interface GlobalComponents {
|
||||
IconKantoku: typeof import('./src/components/icons/IconKantoku.vue')['default']
|
||||
VarButton: typeof import('@varlet/ui')['_ButtonComponent']
|
||||
VarCard: typeof import('@varlet/ui')['_CardComponent']
|
||||
VarCell: typeof import('@varlet/ui')['_CellComponent']
|
||||
VarChip: typeof import('@varlet/ui')['_ChipComponent']
|
||||
VarCol: typeof import('@varlet/ui')['_ColComponent']
|
||||
VarIcon: typeof import('@varlet/ui')['_IconComponent']
|
||||
VarRow: typeof import('@varlet/ui')['_RowComponent']
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user