8 lines
422 B
TypeScript
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
|