mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 11:40:04 +08:00
e46d414b11
* support getFieldInstance * update doc * fix lint * move func * move into hooks * update ref logic * fix lint * rm only * fix docs
4 lines
211 B
TypeScript
4 lines
211 B
TypeScript
export { Options as ScrollOptions } from 'scroll-into-view-if-needed';
|
|
export type FormLabelAlign = 'left' | 'right';
|
|
export { Store, StoreValue, NamePath, InternalNamePath } from 'rc-field-form/lib/interface';
|