mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 19:50:05 +08:00
1fb7407085
* fix: form.scrollToField should accept options from scrollIntoView * doc: Fixed wrong doc content * doc: Fix docs pointing to scroll-into-view-if-needed
3 lines
118 B
TypeScript
3 lines
118 B
TypeScript
export { Options as ScrollOptions } from 'scroll-into-view-if-needed';
|
|
export type FormLabelAlign = 'left' | 'right';
|