@studiohyperdrive/ngx-inform
Version:
A lightweight ARIA compliant customizable approach for common and complex inform flows in Angular.
9 lines (8 loc) • 433 B
TypeScript
import { InjectionToken } from '@angular/core';
import { NgxTooltipConfiguration } from '../../types';
/**
* A token to provide the necessary configuration to the NgxTooltipDirective. This is exported
* due to testing frameworks (like Storybook) not being able to resolve the InjectionToken in the
* `provideNgxTooltipConfiguration`.
*/
export declare const NgxTooltipConfigurationToken: InjectionToken<NgxTooltipConfiguration>;