UNPKG

@vchatcloud/react-ui-kit

Version:

VChatCloud UI Kit for react integration

6 lines (5 loc) 209 B
interface ChattingHeaderProps { readonly onLeave?: () => void; } declare const ChattingHeader: ({ onLeave }: ChattingHeaderProps) => import("react/jsx-runtime").JSX.Element; export default ChattingHeader;