UNPKG

ngx-hotjar

Version:

A simple ng wrapper to load hotjar dependency by angular way

8 lines (7 loc) 144 B
/** * Type of allowed binds. * - Click event; * - Focus event; * - Blur event; */ export declare type HjBind = 'click' | 'focus' | 'blur';