UNPKG

yanzhen-design-vue

Version:

14 lines (13 loc) 522 B
import { Component, ComponentInternalInstance, VNode } from 'vue'; type NativeTagFormatter = (value: unknown, props: Record<string, any>, ref?: ComponentInternalInstance | null) => string; export declare const baseProps: { nativeTag: { type: import('vue').PropType<string | VNode<import('vue').RendererNode, import('vue').RendererElement, { [key: string]: any; }> | Component>; }; nativeTagFormatter: { type: import('vue').PropType<NativeTagFormatter>; }; }; export {};