UNPKG

ngx-bootstrap

Version:
10 lines (9 loc) 206 B
export interface ListenOptions { target?: HTMLElement; targets?: HTMLElement[]; triggers?: string; outsideClick?: boolean; show?: Function; hide?: Function; toggle?: Function; }