UNPKG

govbr-ds-angular

Version:

Implementação em Angular do Design System GovBR.

13 lines (12 loc) 712 B
import { AfterViewInit } from '@angular/core'; import { CookieModel } from './model/cookie.model'; import * as i0 from "@angular/core"; export declare class CookieBarComponent implements AfterViewInit { private instance; private brCookieBar; cookiesJson: import("@angular/core").InputSignal<object>; submit: import("@angular/core").OutputEmitterRef<CookieModel>; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<CookieBarComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<CookieBarComponent, "app-cookie-bar", never, { "cookiesJson": { "alias": "cookiesJson"; "required": false; "isSignal": true; }; }, { "submit": "submit"; }, never, never, true, never>; }