UNPKG

@vchatcloud/react-ui-kit

Version:

VChatCloud UI Kit for react integration

6 lines (5 loc) 186 B
interface LikeButtonProps { readonly roomId: string; } declare const LikeButton: ({ roomId }: LikeButtonProps) => import("react/jsx-runtime").JSX.Element; export default LikeButton;