chat / client /src /Providers /ChatFormContext.tsx
helloya20's picture
Upload 2345 files
f0743f4 verified
import { createFormContext } from './CustomFormContext';
import type { ChatFormValues } from '~/common';
const { CustomFormProvider, useCustomFormContext } = createFormContext<ChatFormValues>();
export { CustomFormProvider as ChatFormProvider, useCustomFormContext as useChatFormContext };