UNPKG

@patreon/studio

Version:

Patreon Studio Design System

6 lines (5 loc) 233 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").StyledComponent<"span", any, {}, never>;