UNPKG

@vchatcloud/react-ui-kit

Version:

VChatCloud UI Kit for react integration

7 lines (6 loc) 232 B
interface ScrollDownProps { readonly visible: boolean; readonly onClick: () => void; } declare const ScrollDown: ({ visible, onClick }: ScrollDownProps) => import("react/jsx-runtime").JSX.Element; export default ScrollDown;