@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
13 lines • 465 B
JavaScript
export const 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