UNPKG

vuestic-ui

Version:
10 lines (9 loc) 490 B
import { DefineComponent, VNode } from 'vue'; import type { SlotProp } from '../component-config'; type VueInternalRenderFunction = Function; export declare const renderSlotNode: (node: VNode, ctx?: null) => Function; export declare const makeVNode: <T>(node: SlotProp<T>) => VNode<import("vue").RendererNode, import("vue").RendererElement, { [key: string]: any; }>; export declare const createRenderFn: (component: DefineComponent) => VueInternalRenderFunction | undefined; export {};