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)

28 lines (22 loc) 924 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; } var tslib_es6 = require('../../../../../node_modules/tslib/tslib.es6.js'); var React = require('react'); var React__default = _interopDefault(React); var index$1 = require('../../../../../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 = tslib_es6.__rest(_a, ["children"]); return React.createElement(index$1.default, Object.assign({}, props), children); }; exports.HiddenVisually = HiddenVisually; exports.default = HiddenVisually;