linkmore-design
Version:
π πlmη»δ»ΆεΊγπ
12 lines (11 loc) β’ 537 B
TypeScript
/// <reference types="react" />
import { FormInstance, Store } from 'rc-field-form/lib/interface';
export { InternalNamePath, NamePath, Store, StoreValue } from 'rc-field-form/lib/interface';
export { Options as ScrollOptions } from 'scroll-into-view-if-needed';
export declare type FormLabelAlign = 'left' | 'right';
export declare type RenderProps = (values: Store, form: FormInstance) => JSX.Element | React.ReactNode;
export interface IWrapper {
children: React.ReactNode | RenderProps;
title?: string;
user?: boolean;
}