UNPKG

@chatui/core

Version:

The React library for Chatbot UI

9 lines (8 loc) 246 B
import React from 'react'; interface BackBottomProps { count: number; onClick: () => void; onDidMount?: () => void; } export declare const BackBottom: ({ count, onClick, onDidMount }: BackBottomProps) => React.JSX.Element; export {};