UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

7 lines (6 loc) 213 B
import { ScrollbarRef } from '@/ui/components/scrollbar'; interface IScrollButton { scrollbarRef: React.RefObject<ScrollbarRef | null>; } export declare const ScrollButton: React.FC<IScrollButton>; export {};