UNPKG

@connectycube/chat-widget

Version:

A customizable React chat widget built on the ConnectyCube platform, enabling real-time messaging, calls, and user engagement in any web app.

5 lines 265 B
import * as React from 'react'; import { type LabelProps } from '@radix-ui/react-label'; declare const Label: React.ForwardRefExoticComponent<LabelProps & React.RefAttributes<HTMLLabelElement>>; export { Label, type LabelProps }; //# sourceMappingURL=label.d.ts.map