3 lines
96 B
TypeScript
3 lines
96 B
TypeScript
import type { VNode } from 'vue';
|
|
export declare function useRender(render: () => VNode): void;
|