UNPKG

antd-hz

Version:

华卓科技基于 antd 5.0 定制的组件库

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;