Icard/angular-clarity-master(work.../node_modules/ng-dynamic-component/lib/io/event-context.d.ts

15 lines
501 B
TypeScript
Raw Normal View History

2024-07-16 14:55:36 +00:00
import { InjectionToken, StaticProvider } from '@angular/core';
/**
* A token that holds custom context of the output handlers
*
* @public
*/
export declare const IoEventContextToken: InjectionToken<unknown>;
/**
* A token that holds provider for custom context of the output handlers
* which should be provided using {@link IoEventContextToken} token
*
* @public
*/
export declare const IoEventContextProviderToken: InjectionToken<StaticProvider>;
//# sourceMappingURL=event-context.d.ts.map