UNPKG

chatbot-frontend-package-test

Version:
9 lines (8 loc) 340 B
/// <reference types="react" /> type ClearConversationProps = { filename: string; showToast: boolean; setshowSteps: React.Dispatch<React.SetStateAction<boolean>>; }; declare const clearConversation: ({ filename, showToast, setshowSteps }: ClearConversationProps) => Promise<undefined>; export default clearConversation;