UNPKG

react-19-kit

Version:

Ready-to-use Chat UI Components for React(Javascript/Web)

8 lines (7 loc) 426 B
import { CometChatActionsView, CometChatMessageComposerAction } from "../../../modals"; interface ActionSheetProps { actions: (CometChatMessageComposerAction | CometChatActionsView)[]; onActionItemClick: (action: CometChatMessageComposerAction | CometChatActionsView) => void; } declare const CometChatActionSheet: (props: ActionSheetProps) => import("react/jsx-runtime").JSX.Element; export { CometChatActionSheet };