UNPKG

ontimize-web-ngx

Version:
6 lines (5 loc) 175 B
import { InjectionToken } from "@angular/core"; export type OGlobalConfig = { storeState: boolean; }; export declare const O_GLOBAL_CONFIG: InjectionToken<OGlobalConfig>;