UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

7 lines (6 loc) 186 B
import { ScrollbarRef } from '../..'; interface IScrollButton { scrollbarRef: React.RefObject<ScrollbarRef>; } export declare const ScrollButton: React.FC<IScrollButton>; export {};