UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

4 lines (3 loc) 197 B
import type * as React from 'react'; export type RenderFunction = () => React.ReactNode; export declare const getRenderPropValue: (propValue?: React.ReactNode | RenderFunction) => React.ReactNode;