UNPKG

@velis/dynamicforms

Version:

Data entry boilerplate components and a RESTful API consumer

14 lines 368 B
declare enum DialogSize { SMALL = 1, MEDIUM = 2, LARGE = 3, X_LARGE = 4, DEFAULT = 0 } export declare const defaultDialogSize: DialogSize; declare namespace DialogSize { function fromString(size?: string): DialogSize; function isDefined(size: number | string): boolean; } export default DialogSize; //# sourceMappingURL=dialog-size.d.ts.map