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.

5 lines (4 loc) 123 B
import { TemplateRef } from '@angular/core'; export interface DropdownTemplateData<C> { templateRef: TemplateRef<C>; }