UNPKG

ngx-bootstrap

Version:
15 lines (14 loc) 575 B
import * as i0 from "@angular/core"; /** Default dropdown configuration */ export declare class BsDropdownConfig { /** default dropdown auto closing behavior */ autoClose: boolean; /** default dropdown auto closing behavior */ insideClick: boolean; /** turn on/off animation */ isAnimated: boolean; /** value true of stopOnClickPropagation allows event stopPropagation*/ stopOnClickPropagation: boolean; static ɵfac: i0.ɵɵFactoryDeclaration<BsDropdownConfig, never>; static ɵprov: i0.ɵɵInjectableDeclaration<BsDropdownConfig>; }