UNPKG

antdv-eoi

Version:

An enterprise-class UI design language and Vue-based implementation

4 lines (3 loc) 203 B
import type { VNodeChild } from 'vue'; import type { OptionsType } from '../interface'; export declare function convertChildrenToData(nodes: VNodeChild | JSX.Element, optionOnly?: boolean): OptionsType;