UNPKG

@coreui/angular

Version:

CoreUI Components Library for Angular

13 lines (12 loc) 602 B
import * as i0 from "@angular/core"; export declare class OffcanvasToggleDirective { #private; /** * Html id attr of offcanvas to toggle. * @return string */ readonly id: import("@angular/core").InputSignal<string | undefined>; protected toggleOpen($event: MouseEvent): void; static ɵfac: i0.ɵɵFactoryDeclaration<OffcanvasToggleDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<OffcanvasToggleDirective, "[cOffcanvasToggle]", never, { "id": { "alias": "cOffcanvasToggle"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>; }