UNPKG

systelab-components

Version:

systelab-components is a set of components that use wide accepted and adopted standard technologies like Angular and Bootstrap, as well as other popular libraries. Please read the ATTRIBUTION.md file for a complete list of dependencies.

5 lines (4 loc) 158 B
export interface SystelabDialogConfig { dialogsDraggableByDefault?: boolean; } export declare const DEFAULT_SYSTELAB_DIALOG_CONFIG: SystelabDialogConfig;