ngx-bootstrap-fix-datepicker
Version:
Native Angular Bootstrap Components
12 lines (11 loc) • 324 B
TypeScript
export declare 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;
}