ant-design/components/form/interface.ts

4 lines
211 B
TypeScript
Raw Normal View History

2022-06-22 14:57:09 +08:00
export { InternalNamePath, NamePath, Store, StoreValue } from 'rc-field-form/lib/interface';
export { Options as ScrollOptions } from 'scroll-into-view-if-needed';
export type FormLabelAlign = 'left' | 'right';