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) 253 B
import { InjectionToken } from '@angular/core'; import { DropdownContainerData } from '../../declarations/interfaces/dropdown-container-data.interface'; export declare const DROPDOWN_CONTAINER_DATA_TOKEN: InjectionToken<DropdownContainerData<unknown>>;