UNPKG

vue-formik

Version:
7 lines (6 loc) 235 B
import { Formik } from '../types'; declare function useFieldArray(formik: Formik): { push: (field: string, value: unknown, index?: number) => void; pop: (field: string, index?: number) => void; }; export default useFieldArray;