@naturacosmeticos/natds-web
Version:
A collection of components from Natura Design System for React websites and webapps
11 lines • 405 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.getVariantForMaterial = void 0;
var getVariantForMaterial = function (_a) {
var variant = _a.variant;
if (typeof variant === 'undefined' || variant === 'prominent') {
return 'regular';
}
return variant;
};
exports.getVariantForMaterial = getVariantForMaterial;
//# sourceMappingURL=getVariantForMaterial.js.map