UNPKG

@oiij/naive-ui

Version:

Som Composable Functions And Components for Vue 3

7 lines (6 loc) 370 B
import { FormItemProps } from 'naive-ui'; import { VNode } from 'vue'; import { ClassStyle } from '../data-table-plus'; export declare function renderLabel(children: VNode | null, label?: string | boolean | (FormItemProps & ClassStyle), defaultProps?: FormItemProps): VNode<import('vue').RendererNode, import('vue').RendererElement, { [key: string]: any; }> | null;