UNPKG

cm-angular-tooltip

Version:
8 lines (7 loc) 369 B
import { InjectionToken } from '@angular/core'; import { TooltipOptions } from './tooltip-options.interface'; /** * This is not a real service, but it looks like it from the outside. * It's just an InjectionToken used to import the config (initOptions) object, provided from the outside */ export declare const TooltipOptionsService: InjectionToken<TooltipOptions>;