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) 177 B
import { DropdownDirectiveParams } from './dropdown-directive-params.interface'; export interface DropdownHost { setDropdownParams(params: DropdownDirectiveParams): void; }