UNPKG

jobiqo-cl

Version:

[![CircleCI](https://circleci.com/gh/jobiqo/jobiqo-cl.svg?style=svg&circle-token=5a24efa5b8bbc4879276123e77d0d3f35ca7144c)](https://circleci.com/gh/jobiqo/jobiqo-cl)

21 lines (18 loc) 661 B
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 };