Repository URL to install this package:
|
Version:
4.0.59 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const styleh_components_1 = require("styleh-components");
exports.Strong = styleh_components_1.styled.strong.attrs({
className: 'input-error-message',
'aria-role': 'alert',
'data-qa': 'qa-error-message'
})`color:var(--color-red);font:400 0.875rem "Roboto",Arial,Helvetica,sans-serif;`; //# sourceMappingURL=styled.js.map