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 { TabsServiceBase } from '../../declarations/classes/abstract/tabs-service-base.abstract'; export declare const STEPPER_CONTAINER_STATE_SERVICE_TOKEN: InjectionToken<TabsServiceBase<unknown>>;