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.

6 lines 320 B
import * as React from 'react'; import * as SwitchPrimitive from '@radix-ui/react-switch'; type SwitchProps = React.ComponentProps<typeof SwitchPrimitive.Root>; declare function Switch(props: SwitchProps): import("react/jsx-runtime").JSX.Element; export { Switch, type SwitchProps }; //# sourceMappingURL=switch.d.ts.map