UNPKG

ngx-bootstrap

Version:
12 lines (11 loc) 316 B
export type BsEventCallback = (event?: any) => boolean | void; export interface ListenOptions { target?: HTMLElement; targets?: HTMLElement[]; triggers?: string; outsideClick?: boolean; outsideEsc?: boolean; show?: BsEventCallback; hide?: BsEventCallback; toggle?: BsEventCallback; }