Files
video-gen/video-gen-admin/node_modules/antd/lib/form/interface.d.ts
T
2026-05-25 17:08:18 +08:00

8 lines
327 B
TypeScript

import type { Options } from 'scroll-into-view-if-needed';
export type { InternalNamePath, NamePath, Store, StoreValue, } from '@rc-component/form/lib/interface';
export type ScrollFocusOptions = Options & {
focus?: boolean;
};
export type ScrollOptions = ScrollFocusOptions;
export type FormLabelAlign = 'left' | 'right';