UNPKG

swap-chat-react

Version:
8 lines (7 loc) 174 B
import React from 'react'; declare type IProps = { style?: React.CSSProperties; className?: string; }; export declare const Main: React.FC<IProps>; export {};