UNPKG

@wasp-ui/ng-golden-layout

Version:
24 lines 769 B
/** * @fileoverview added by tsickle * @suppress {checkTypes} checked by tsc */ import { InjectionToken } from "@angular/core"; /** * @record */ export function ComponentConfiguration() { } function ComponentConfiguration_tsickle_Closure_declarations() { /** * Name used to register compoent with GoldenLayout. * @type {?} */ ComponentConfiguration.prototype.componentName; /** * Angular component type. * @type {?} */ ComponentConfiguration.prototype.component; } export var /** @type {?} */ GoldenLayoutConfiguration = new InjectionToken('GoldenLayoutConfiguration'); export var /** @type {?} */ GoldenLayoutDefaultSettings = { "persistLayoutState": false }; //# sourceMappingURL=config.js.map