UNPKG

200 BTypeScriptView Raw
1import * as React from 'react';
2export declare type RenderFunction = () => React.ReactNode;
3export declare const getRenderPropValue: (propValue?: React.ReactNode | RenderFunction) => React.ReactNode;