UNPKG

@xapp/chat-widget

Version:
11 lines (10 loc) 318 B
import 'rollup-plugin-inject-process-env'; import { FC } from "react"; import { Display } from "stentor-models"; import "./ChatScheduleWidget.scss"; export interface Props { readonly display: Display; minimizeOnClick?(): void; } declare const ChatScheduleWidget: FC<Props>; export default ChatScheduleWidget;