UNPKG

ngx-bootstrap

Version:
6 lines (5 loc) 236 B
/** * Set the style to the given popper */ import { Renderer2 } from '@angular/core'; export declare function setStyles(element: HTMLElement | null, styles?: Record<string, string | number | HTMLElement>, renderer?: Renderer2): void;