-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponents.d.ts
21 lines (19 loc) · 1.07 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
// generated by vite-plugin-components
// read more https://github.com/vuejs/vue-next/pull/3399
declare module 'vue' {
export interface GlobalComponents {
Card: typeof import('./src/components/Card.vue')['default']
HBtn: typeof import('./src/components/HBtn.vue')['default']
HBtnGroup: typeof import('./src/components/HBtnGroup.vue')['default']
HSlider: typeof import('./src/components/HSlider.vue')['default']
HSpacer: typeof import('./src/components/HSpacer.vue')['default']
FourierVisualizer: typeof import('./src/components/Main/FourierVisualizer.vue')['default']
FrequencyView: typeof import('./src/components/Main/FrequencyView.vue')['default']
Keyboard: typeof import('./src/components/Main/Keyboard.vue')['default']
NavBar: typeof import('./src/components/Main/NavBar.vue')['default']
Oscillator: typeof import('./src/components/Main/Oscillator.vue')['default']
PianoKey: typeof import('./src/components/Main/PianoKey.vue')['default']
SynthDisplay: typeof import('./src/components/Main/SynthDisplay.vue')['default']
}
}
export { }