UNPKG

@ngneat/helipopper

Version:

A Powerful Tooltip and Popover for Angular Applications

5 lines (4 loc) 232 B
import { InjectionToken } from '@angular/core'; import type { TippyInstance } from '@ngneat/helipopper/config'; export declare const TIPPY_REF: InjectionToken<TippyInstance>; export declare function injectTippyRef(): TippyInstance;