interface.d.ts 219 Bytes
export { Options as ScrollOptions } from 'scroll-into-view-if-needed';
export declare type FormLabelAlign = 'left' | 'right';
export { Store, StoreValue, NamePath, InternalNamePath } from 'rc-field-form/lib/interface';