@up-group-ui/react-controls
Version:
Up shared react controls
11 lines • 363 B
JavaScript
;
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