stream-chat-react
Version:
React components to create chat conversations or livestream style chat
7 lines • 382 B
TypeScript
import { type ComponentPropsWithoutRef } from 'react';
export type VisuallyHiddenProps = ComponentPropsWithoutRef<'span'>;
/**
* Hides content visually while preserving it for assistive technologies.
*/
export declare const VisuallyHidden: ({ children, style, ...rest }: VisuallyHiddenProps) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=VisuallyHidden.d.ts.map