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)

29 lines (28 loc) 765 B
/** * @file index.tsx * * @fileoverview Display the visually hidden component within the component library. */ import React from 'react'; declare const _default: { title: string; }; export default _default; export declare const HideVisually: { (): JSX.Element; story: { title: string; parameters: { component: ({ children, ...props }: import("./02-visually-hidden").HiddenVisuallyProps) => JSX.Element; }; }; }; export declare const SkipNav: { (): JSX.Element; story: { title: string; parameters: { component: (React.FunctionComponent<import("@reach/skip-nav").SkipNavProps> | React.FunctionComponent<import("@reach/skip-nav").SkipNavContentProps>)[]; }; }; };