|
1234567891011121314 |
- /* eslint-disable */
- /* prettier-ignore */
- // @ts-nocheck
- // 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']
- }
|