UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

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