3 lines
127 B
TypeScript
3 lines
127 B
TypeScript
|
import { type VNodeChild } from 'vue';
|
||
|
export declare const render: <T extends any[]>(r: unknown, ...args_0: T) => VNodeChild;
|