UNPKG

angular-bootstrap-md

Version:

Bootstrap 4 & Angular 15 UI KIT - 700+ components, MIT license, simple installation.

13 lines (12 loc) 576 B
import * as i0 from "@angular/core"; /** Default values provider for tooltip */ export declare class TooltipConfig { /** tooltip placement, supported positions: 'top', 'bottom', 'left', 'right' */ placement: string; /** array of event names which triggers tooltip opening */ triggers: string; /** a selector specifying the element the tooltip should be appended to. Currently only supports "body" */ container: string; static ɵfac: i0.ɵɵFactoryDeclaration<TooltipConfig, never>; static ɵprov: i0.ɵɵInjectableDeclaration<TooltipConfig>; }