15 lines
417 B
TypeScript
15 lines
417 B
TypeScript
import { InjectionToken } from '@angular/core';
|
|
/**
|
|
* @public
|
|
*/
|
|
export declare function defaultEventArgumentFactory(): string;
|
|
/**
|
|
* @public
|
|
*/
|
|
export declare const IoEventArgumentToken: InjectionToken<string>;
|
|
/**
|
|
* @public
|
|
* @deprecated Since v10.4.0 - Use {@link IoEventArgumentToken} instead!
|
|
*/
|
|
export declare const EventArgumentToken: InjectionToken<string>;
|
|
//# sourceMappingURL=event-argument.d.ts.map
|