UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

7 lines 379 B
import type { SxProp } from '../sx'; import React, { type HTMLAttributes } from 'react'; export declare const VisuallyHidden: ({ className, children, ...rest }: VisuallyHiddenProps) => React.JSX.Element; export type VisuallyHiddenProps = React.PropsWithChildren<HTMLAttributes<HTMLSpanElement> & { className?: string; } & SxProp>; //# sourceMappingURL=VisuallyHidden.d.ts.map