UNPKG

@douyinfe/semi-ui

Version:

A modern, comprehensive, flexible design system and UI library. Connect DesignOps & DevOps. Quickly build beautiful React apps. Maintained by Douyin-fe team.

6 lines (5 loc) 170 B
import { ReactNode } from 'react'; /** * Flatten the children and return the processed data */ export declare const flatten: (children: ReactNode) => Array<ReactNode>;