UNPKG

angular-bootstrap-md

Version:

<a href="http://mdbootstrap.com/docs/angular/getting-started/download/"><img src="https://mdbootstrap.com/img/Marketing/general/logo/medium/mdb-angular2.png"></a> # Angular Bootstrap with Material Design

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