UNPKG

@studiohyperdrive/ngx-inform

Version:

A lightweight ARIA compliant customizable approach for common and complex inform flows in Angular.

9 lines (8 loc) 326 B
import { Provider } from '@angular/core'; import { NgxTooltipConfiguration } from '../../types'; /** * Provides the configuration for the NgxTooltipDirective * * @param configuration - The required configuration */ export declare const provideNgxTooltipConfiguration: (configuration: NgxTooltipConfiguration) => Provider;