@hxui/angular
Version:
An Angular library based on the [HXUI design system](https://hxui.io).
13 lines (12 loc) • 523 B
TypeScript
import * as i0 from "@angular/core";
/** Default dropdown configuration */
export declare class DropdownConfig {
/** default dropdown auto closing behavior */
autoClose: boolean;
/** delay in ms before showing the dropdown after show is called */
showDelay: number;
/** delay in ms before hiding the dropdown after hide is called */
hideDelay: number;
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownConfig, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<DropdownConfig>;
}