legacyUtil.d.ts 182 Bytes Raw Blame History Permalink 1 2 3 import * as React from 'react'; import { OptionsType } from '../interface'; export declare function convertChildrenToData(nodes: React.ReactNode, optionOnly?: boolean): OptionsType;