UNPKG

react-native-root-siblings

Version:

react native root sibling elements manager

5 lines (4 loc) 127 B
import { ReactNode } from 'react'; export default function ChildrenWrapper(props: { children?: ReactNode; }): JSX.Element;