@gechiui/components
Version:
UI components for GeChiUI.
23 lines (21 loc) • 505 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.visuallyHidden = void 0;
/** @type {import('react').CSSProperties} */
const visuallyHidden = {
border: 0,
clip: 'rect(1px, 1px, 1px, 1px)',
WebkitClipPath: 'inset( 50% )',
clipPath: 'inset( 50% )',
height: '1px',
margin: '-1px',
overflow: 'hidden',
padding: 0,
position: 'absolute',
width: '1px',
wordWrap: 'normal'
};
exports.visuallyHidden = visuallyHidden;
//# sourceMappingURL=styles.js.map