UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

7 lines (6 loc) 218 B
import { SxProp } from './sx'; interface Props { isVisible?: boolean; } declare const VisuallyHidden: import("styled-components").StyledComponent<"span", any, Props & SxProp, never>; export default VisuallyHidden;