UNPKG

@xapp/chat-widget

Version:
7 lines (6 loc) 179 B
import 'rollup-plugin-inject-process-env'; import { FC } from "react"; export interface Props { } declare const ChatChipsContainer: FC<Props>; export default ChatChipsContainer;