UNPKG

antd-hz

Version:

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

13 lines (12 loc) 319 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getRenderPropValue = void 0; const getRenderPropValue = propValue => { if (!propValue) { return null; } return typeof propValue === 'function' ? propValue() : propValue; }; exports.getRenderPropValue = getRenderPropValue;