UNPKG

mui-forms

Version:

Material UI forms with json based schema

5 lines (4 loc) 313 B
export declare type TVariant = "standard" | "filled" | "outlined" | undefined; export declare type TTabVariant = "standard" | "scrollable" | "fullWidth" | undefined; export declare type TLabelPlacement = "start" | "end" | "top" | "bottom" | undefined; export declare const DEFAULT_DATE_FORMAT = "dd/MM/yyyy";