UNPKG

swap-chat-react

Version:
6 lines (5 loc) 230 B
import React, { PropsWithChildren } from 'react'; export declare type WindowProps = { className?: string; }; export declare const Window: React.MemoExoticComponent<(props: PropsWithChildren<WindowProps>) => JSX.Element>;