UNPKG

@ant-design/pro-chat

Version:
9 lines (8 loc) 264 B
/// <reference types="react" /> import { ChatItemProps } from ".."; export interface ActionsProps { actions: ChatItemProps['actions']; className?: string; } declare const Actions: import("react").NamedExoticComponent<ActionsProps>; export default Actions;