@koalarx/ui
Version:
Koala UI is a modern and accessible component library designed to speed up interface development in Angular projects. With simple integration and clear documentation, you can easily build robust and visually appealing applications.
15 lines (12 loc) • 469 B
TypeScript
import * as i0 from '@angular/core';
declare class Dropdown {
private readonly dropdownTriggerElement;
private readonly dropdownContentElement;
id: string;
private readonly anchorName;
constructor();
ajustPosition(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<Dropdown, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<Dropdown, "kl-dropdown", never, {}, {}, never, ["[trigger]", "[options]"], true, never>;
}
export { Dropdown };