angular-bootstrap-md
Version:
Bootstrap 4 & Angular 15 UI KIT - 700+ components, MIT license, simple installation.
9 lines (8 loc) • 328 B
TypeScript
import * as i0 from "@angular/core";
/** Default dropdown configuration */
export declare class BsDropdownConfig {
/** default dropdown auto closing behavior */
autoClose: boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<BsDropdownConfig, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<BsDropdownConfig>;
}