UNPKG

@patreon/studio

Version:

Patreon Studio Design System

6 lines (5 loc) 387 B
/** * This component is used to contain text that is read by a screen * reader, but not displayed to sighted users. **/ export declare const VisuallyHiddenText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;