UNPKG

material-form-builder

Version:
5 lines (4 loc) 119 B
export type ObjectLiteral = { [key: string]: any; }; export type Variant = 'standard' | 'filled' | 'outlined';