UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

7 lines (6 loc) 280 B
import React from 'react'; import { ScrollbarShadowProps } from '@/ui/components/scrollbar'; export interface MessageButtonsProps extends React.ComponentProps<'div'> { scrollShadows?: ScrollbarShadowProps; } export declare const MessageButtons: React.FC<MessageButtonsProps>;