UNPKG

preact-context

Version:
6 lines (5 loc) 185 B
import { RenderableProps } from "preact"; export declare function getOnlyChildAndChildren(props: RenderableProps<any>): { child: JSX.Element | null; children: JSX.Element[]; };