@sendbird/uikit-react
Version:
Sendbird UIKit for React: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.
13 lines (12 loc) • 339 B
TypeScript
import React from 'react';
export interface ToggleUIProps {
reversed?: boolean;
width?: string;
animationDuration?: string;
style?: Record<string, string>;
name?: string;
id?: string;
ariaLabel?: string;
ariaLabelledby?: string;
}
export declare function ToggleUI(props: ToggleUIProps): React.ReactElement;