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) 134 B
import { DropdownRef } from '../classes/dropdown-ref.class'; export interface DropdownTemplateContext { $implicit: DropdownRef; }