UNPKG

221 BTypeScriptView Raw
1export type { InternalNamePath, NamePath, Store, StoreValue } from 'rc-field-form/lib/interface';
2export type { Options as ScrollOptions } from 'scroll-into-view-if-needed';
3export type FormLabelAlign = 'left' | 'right';