ant-design/components/form/interface.ts
2020-04-06 11:32:59 +08:00

4 lines
183 B
TypeScript

export { Options as ScrollOptions } from 'scroll-into-view-if-needed';
export type FormLabelAlign = 'left' | 'right';
export { Store, StoreValue } from 'rc-field-form/lib/interface';