UNPKG

react-19-kit

Version:

Ready-to-use Chat UI Components for React(Javascript/Web)

13 lines (12 loc) 352 B
interface ButtonProps { text?: string; hoverText?: string; iconURL?: string; disabled?: boolean; isLoading?: boolean; onClick?: (customEvent: CustomEvent<{ event: PointerEvent; }>) => void; } declare const CometChatButton: (props: ButtonProps) => import("react/jsx-runtime").JSX.Element; export { CometChatButton };