ant-design/components/form/interface.ts
李子瀚(Hans Lee) 1fb7407085 4.0 Form scrollToField: Pass options to form scrollToField (#20774)
* fix: form.scrollToField should accept options from scrollIntoView

* doc: Fixed wrong doc content

* doc: Fix docs pointing to scroll-into-view-if-needed
2020-01-14 22:50:49 +08:00

3 lines
118 B
TypeScript

export { Options as ScrollOptions } from 'scroll-into-view-if-needed';
export type FormLabelAlign = 'left' | 'right';