芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/formik/dist/connect.d.ts
import * as React from 'react'; import { FormikContextType } from './types'; /** * Connect any component to Formik context, and inject as a prop called `formik`; * @param Comp React Component */ export declare function connect
(Comp: React.ComponentType
; }>): React.ComponentType
;