UNPKG

@up-group-ui/react-controls

Version:
11 lines 363 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getCustomStyles = void 0; function getCustomStyles(key, customStyles, props, state) { if (customStyles && customStyles[key]) { return customStyles[key](props, state); } return {}; } exports.getCustomStyles = getCustomStyles; //# sourceMappingURL=types.js.map