antd
Version:
An enterprise-class UI design language and React components implementation
8 lines (7 loc) • 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';