UNPKG

@appbuckets/react-ui-core

Version:

Core utilities built for AppBuckets React UI Framework

9 lines (8 loc) 204 B
import * as React from 'react'; /** * Pass the children props to check if they are nil. * @param children */ export declare function isNil( children: React.ReactNode ): children is null | undefined;