You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
448 B
TypeScript
12 lines
448 B
TypeScript
|
2 years ago
|
// Generated by 'unplugin-auto-import'
|
||
|
|
export {}
|
||
|
|
declare global {
|
||
|
|
const $$: typeof import('vue/macros')['$$']
|
||
|
|
const $: typeof import('vue/macros')['$']
|
||
|
|
const $computed: typeof import('vue/macros')['$computed']
|
||
|
|
const $customRef: typeof import('vue/macros')['$customRef']
|
||
|
|
const $ref: typeof import('vue/macros')['$ref']
|
||
|
|
const $shallowRef: typeof import('vue/macros')['$shallowRef']
|
||
|
|
const $toRef: typeof import('vue/macros')['$toRef']
|
||
|
|
}
|