UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

19 lines (18 loc) 616 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VisuallyHiddenProperties = void 0; const VisuallyHiddenProperties = exports.VisuallyHiddenProperties = { focusable: { doc: 'Set to `true` to hide an element by default, but to display it when it’s focused (e.g. by a keyboard-only user) root. Defaults to `false`.', type: 'boolean', status: 'optional' }, element: { doc: 'Custom root HTML element for the component. Defaults to `<span>`.', type: ['string', 'React.Element'], status: 'optional' } }; //# sourceMappingURL=VisuallyHiddenDocs.js.map