UNPKG

@bimeister/pupakit.kit

Version:

PupaKit is an open source collection of Angular components based on an atomic approach to building interfaces, which guarantees better performance and greater development flexibility.

4 lines (3 loc) 248 B
import { InjectionToken } from '@angular/core'; import { TooltipServiceDeclaration } from '../../declarations/interfaces/tooltip-service-declaration.interface'; export declare const TOOLTIP_SERVICE_TOKEN: InjectionToken<TooltipServiceDeclaration>;