interface.d.ts 219 Bytes Raw Blame History Permalink 1 2 3 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';