Latest updates from IceHrmPro
This commit is contained in:
18
web/node_modules/rc-field-form/es/index.d.ts
generated
vendored
Normal file
18
web/node_modules/rc-field-form/es/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
import * as React from 'react';
|
||||
import { FormInstance } from './interface';
|
||||
import Field from './Field';
|
||||
import List from './List';
|
||||
import useForm from './useForm';
|
||||
import { FormProps } from './Form';
|
||||
import { FormProvider } from './FormContext';
|
||||
declare const InternalForm: React.ForwardRefExoticComponent<FormProps & React.RefAttributes<FormInstance>>;
|
||||
declare type InternalForm = typeof InternalForm;
|
||||
interface RefForm extends InternalForm {
|
||||
FormProvider: typeof FormProvider;
|
||||
Field: typeof Field;
|
||||
List: typeof List;
|
||||
useForm: typeof useForm;
|
||||
}
|
||||
declare const RefForm: RefForm;
|
||||
export { FormInstance, Field, List, useForm, FormProvider };
|
||||
export default RefForm;
|
||||
Reference in New Issue
Block a user