first commit
This commit is contained in:
7
frontend/node_modules/antd/lib/form/interface.d.ts
generated
vendored
Normal file
7
frontend/node_modules/antd/lib/form/interface.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { Options } from 'scroll-into-view-if-needed';
|
||||
export type { InternalNamePath, NamePath, Store, StoreValue } from 'rc-field-form/lib/interface';
|
||||
export type ScrollFocusOptions = Options & {
|
||||
focus?: boolean;
|
||||
};
|
||||
export type ScrollOptions = ScrollFocusOptions;
|
||||
export type FormLabelAlign = 'left' | 'right';
|
||||
Reference in New Issue
Block a user