UNPKG

react-nativescript

Version:
4 lines (3 loc) 156 B
import { ReactNode } from "react"; export declare type ReactEmpty = null | undefined | boolean; export declare type ReactNodeList = ReactEmpty | ReactNode;