UNPKG

@thisisagile/easy-react

Version:

Straightforward library building micro applications in react

4 lines (3 loc) 152 B
import { List } from '@thisisagile/easy'; import { ReactNode } from 'react'; export declare const toChildren: (children: ReactNode) => List<ReactNode>;