Viewing File: /home/ubuntu/route-and-root-frontend-base/node_modules/formik/dist/FormikContext.d.ts

import * as React from 'react';
import { FormikContextType } from './types';
export declare const FormikContext: React.Context<FormikContextType<any>>;
export declare const FormikProvider: React.Provider<FormikContextType<any>>;
export declare const FormikConsumer: React.Consumer<FormikContextType<any>>;
export declare function useFormikContext<Values>(): FormikContextType<Values>;
Back to Directory File Manager