Repository URL to install this package:
|
Version:
3.5.7 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const styleh_components_1 = require("styleh-components");
exports.StyledFieldSet = styleh_components_1.styled.fieldset `
border: none;
`;
/**
* @see http://a11y-guidelines.orange.com/web_EN/exemples/formulaire/index.html
*/
exports.StyledLegend = styleh_components_1.styled.legend `
visibility: hidden;
`;
//# sourceMappingURL=styled.js.map