UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

5 lines (4 loc) 204 B
/// <reference types="react" /> import type { ChatActionsBarProps } from '../type'; declare const ChatActionsBar: import("react").NamedExoticComponent<ChatActionsBarProps>; export default ChatActionsBar;