UNPKG

@botonic/react

Version:

Build Chatbots using React

6 lines (5 loc) 161 B
interface ScrollButtonProps { handleClick: () => void; } export declare const ScrollButton: ({ handleClick, }: ScrollButtonProps) => JSX.Element; export {};