UNPKG

novo-elements

Version:

Bullhorn's NOVO Element Repository for Angular 2

17 lines (16 loc) 510 B
export declare const ALWAYS: string; export declare const DISABLED: string; export declare const OUTSIDE_CLICK: string; export declare const POSITION_LEFT: string; export declare const POSITION_RIGHT: string; export declare const POSITION_TOP: string; export declare const POSITION_BOTTOM: string; export declare class DrawerService { closeDrawerBind: any; openScope: any; scope: any; constructor(); open(scope: any): void; close(scope: any): void; closeDrawer(event: any): void; }