SourceTermAnalysisSystem_vue/node_modules/@vue-macros/reactivity-transform/vue2-macros-global.d.ts
2026-05-15 10:22:44 +08:00

8 lines
422 B
TypeScript

declare const $: typeof import('./vue2-macros').$
declare const $$: typeof import('./vue2-macros').$$
declare const $ref: typeof import('./vue2-macros').$ref
declare const $shallowRef: typeof import('./vue2-macros').$shallowRef
declare const $computed: typeof import('./vue2-macros').$computed
declare const $customRef: typeof import('./vue2-macros').$customRef
declare const $toRef: typeof import('./vue2-macros').$toRef