ant-design/components/form/interface.ts
2022-06-22 14:57:09 +08:00

4 lines
211 B
TypeScript

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';