UNPKG

@kushki/ng-suka

Version:

<p align="center"> <h1 align="center">Suka Components Angular</h1> <p align="center"> An Angular implementation of the Suka Design System </p> </p>

17 lines (16 loc) 527 B
import { ElementRef } from '@angular/core'; import { PopoverBody } from './popover-body.type'; import { PopoverService } from './popover.service'; export declare class Popover { protected popoverService: PopoverService; private elementRef; private popoverRef; private open; body: PopoverBody; position: 'top' | 'bottom'; alignment: 'left' | 'right' | 'center'; sectioned: boolean; constructor(popoverService: PopoverService, elementRef: ElementRef); private show; onClick(): void; }