UNPKG

@open-chat/chat-bubble

Version:

Chat bubble component.

6 lines (5 loc) 220 B
import { DependencyList } from "react"; export declare function ScrollableArea({ children, dependancies, }: { children: React.ReactNode; dependancies: DependencyList; }): import("react/jsx-runtime").JSX.Element;