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

8 lines
387 B
TypeScript

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