UNPKG

@coreui/angular

Version:

CoreUI Components Library for Angular

20 lines (19 loc) 887 B
import { InputSignal } from '@angular/core'; import { Positions } from '../coreui.types'; import * as i0 from "@angular/core"; export declare class FooterComponent { /** * Place footer in non-static positions. [docs] * @type Positions */ readonly position: InputSignal<Positions | undefined>; /** * Default role for footer. [docs] * @type string * @default 'contentinfo' */ readonly role: InputSignal<string>; readonly hostClasses: import("@angular/core").Signal<Record<string, boolean>>; static ɵfac: i0.ɵɵFactoryDeclaration<FooterComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<FooterComponent, "c-footer, [cFooter]", never, { "position": { "alias": "position"; "required": false; "isSignal": true; }; "role": { "alias": "role"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>; }