UNPKG

457 BTypeScriptView Raw
1export declare const visuallyHiddenStyle: {
2 border: string;
3 clip: string;
4 height: string;
5 width: string;
6 margin: string;
7 padding: string;
8 overflow: string;
9 whiteSpace: string;
10 position: string;
11};
12/**
13 * Visually hidden component used to hide
14 * elements on screen
15 *
16 * @see Docs https://chakra-ui.com/docs/components/visually-hidden
17 */
18export declare const VisuallyHidden: import("../..").ChakraComponent<"span", {}>;