@wasp-ui/ng-golden-layout
Version:
Angular bindings for golden-layout
10 lines • 671 B
JavaScript
/**
* @fileoverview added by tsickle
* @suppress {checkTypes} checked by tsc
*/
export { GoldenLayoutConfiguration, GoldenLayoutDefaultSettings } from "./config";
export { GoldenLayoutService } from "./golden-layout.service";
export { GoldenLayoutContainer, GoldenLayoutComponentState, GoldenLayoutComponent } from "./golden-layout.component";
export { GoldenLayoutModule } from "./module";
export { GoldenLayoutStateStore, DEFAULT_LOCAL_STORAGE_STATE_STORE_KEY, LocalStorageStateStore, DEFAULT_LOCAL_STORAGE_STATE_STORE_FACTORY, DEFAULT_LOCAL_STORAGE_STATE_STORE, DEFAULT_LOCAL_STORAGE_STATE_STORE_PROVIDER } from "./state";
//# sourceMappingURL=index.js.map