UNPKG

@urban-bot/core

Version:

The universal chatbot library based on React

3 lines (2 loc) 297 B
import type { ButtonGroupProps } from './types'; export declare function ButtonGroup({ children, title, isNewMessageEveryRender: isNewMessageEveryRenderProp, parseMode, disableNotification, replyToMessageId, forceReply, maxColumns, isReplyButtons, ...otherProps }: ButtonGroupProps): JSX.Element;