UNPKG

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