UNPKG

@hxui/angular

Version:

* * *

10 lines (9 loc) 350 B
/** 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; }