mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
a2305aa291
* chore(deps): update dependency scroll-into-view-if-needed to v3 * fix: ts error Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: afc163 <afc163@gmail.com>
4 lines
221 B
TypeScript
4 lines
221 B
TypeScript
export type { InternalNamePath, NamePath, Store, StoreValue } from 'rc-field-form/lib/interface';
|
|
export type { Options as ScrollOptions } from 'scroll-into-view-if-needed';
|
|
export type FormLabelAlign = 'left' | 'right';
|