UNPKG

lark-cms

Version:

Multi terminal CMS component library

7 lines (6 loc) 216 B
declare class Props { dataList?: Array<any>; defaultValue?: Array<string>; } declare function YhwMultilevelSelectorRN({ dataList, defaultValue, }: Props): JSX.Element; export default YhwMultilevelSelectorRN;