UNPKG

chat-frontend-library

Version:

``` npm install chat-frontend-library --save ```

7 lines (6 loc) 145 B
import { FC } from "react"; import "./HelpBot.scss"; interface HelpBotProps { } declare const HelpBot: FC<HelpBotProps>; export default HelpBot;