File size: 329 Bytes
1e92f2d
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
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; // alias
export type FormLabelAlign = 'left' | 'right';