UNPKG

@hxui/angular

Version:

An Angular library based on the [HXUI design system](https://hxui.io).

8 lines (7 loc) 238 B
import { TypeaheadDirective } from './typeahead.directive'; export declare class TypeaheadOptions { placement: string; animation: boolean; typeaheadRef: TypeaheadDirective; constructor(options: TypeaheadOptions); }