UNPKG

antd-hz

Version:

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

6 lines 160 B
export const getRenderPropValue = propValue => { if (!propValue) { return null; } return typeof propValue === 'function' ? propValue() : propValue; };