UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

9 lines 205 B
export var getRenderPropValue = function getRenderPropValue(propValue) { if (!propValue) { return null; } if (typeof propValue === 'function') { return propValue(); } return propValue; };