Latest updates from IceHrmPro
This commit is contained in:
5
web/node_modules/rc-field-form/es/FieldContext.d.ts
generated
vendored
Normal file
5
web/node_modules/rc-field-form/es/FieldContext.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import * as React from 'react';
|
||||
import { InternalFormInstance } from './interface';
|
||||
export declare const HOOK_MARK = "RC_FORM_INTERNAL_HOOKS";
|
||||
declare const Context: React.Context<InternalFormInstance>;
|
||||
export default Context;
|
||||
Reference in New Issue
Block a user