src/providers/Form/context.ts (
5
lines of code) (
raw
):
import React from 'react'; import { FormContextProviderValue } from './types'; export const FormContext = React.createContext<FormContextProviderValue<any>>({ formData: {}, });