mirror of
https://git.hmsn.ink/kospo/svcm/dmz.git
synced 2026-03-20 07:23:50 +09:00
first
This commit is contained in:
16
types/lazy-components.d.ts
vendored
Normal file
16
types/lazy-components.d.ts
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
declare module 'vue' {
|
||||
import type { DatePicker, Calendar } from 'v-calendar'
|
||||
import type Multiselect from '@vueform/multiselect'
|
||||
import type Slider from '@vueform/slider'
|
||||
import type ApexChart from 'vue3-apexcharts'
|
||||
|
||||
export interface GlobalComponents {
|
||||
VDatePicker: DatePicker
|
||||
VCalendar: Calendar
|
||||
Multiselect: Multiselect
|
||||
Slider: Slider
|
||||
ApexChart: ApexChart
|
||||
}
|
||||
}
|
||||
|
||||
export {}
|
||||
Reference in New Issue
Block a user