minishouyin/node_modules/antd/es/form/interface.d.ts

8 lines
321 B
TypeScript
Raw Permalink Normal View History

2025-11-12 11:35:57 +08:00
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';