jobiqo-cl
Version:
[](https://circleci.com/gh/jobiqo/jobiqo-cl)
21 lines (18 loc) • 661 B
JavaScript
import { __rest } from '../../../../../node_modules/tslib/tslib.es6.js';
import { createElement } from 'react';
import VisuallyHidden from '../../../../../node_modules/@reach/visually-hidden/es/index.js';
/**
* @file index.tsx
*
* @fileoverview Skip to main content navigation.
*/
/**
* Provides text for screen readers that is visually hidden.
* It is the logical opposite of the aria-hidden attribute.
*/
const HiddenVisually = (_a) => {
var { children } = _a, props = __rest(_a, ["children"]);
return createElement(VisuallyHidden, Object.assign({}, props), children);
};
export default HiddenVisually;
export { HiddenVisually };