UNPKG

159 BTypeScriptView Raw
1import { ActionContextKey } from './ActionContext';
2import type { Logger } from './Logger';
3export declare const CONTEXT_KEY_LOGGER: ActionContextKey<Logger>;