UNPKG

@chakra-ui/react

Version:

Responsive and accessible React UI components built with React and Emotion

19 lines (18 loc) 457 B
export declare const visuallyHiddenStyle: { border: string; clip: string; height: string; width: string; margin: string; padding: string; overflow: string; whiteSpace: string; position: string; }; /** * Visually hidden component used to hide * elements on screen * * @see Docs https://chakra-ui.com/docs/components/visually-hidden */ export declare const VisuallyHidden: import("../..").ChakraComponent<"span", {}>;