UNPKG

@funnelback/ng-sds

Version:

`@funnelback/ng-sds` is Bootstrap 5 based library that aims to implement the [Squiz Design System specification](https://designsystem.squiz.net/) in Angular.

13 lines (12 loc) 622 B
import { NgbActiveModal } from '@ng-bootstrap/ng-bootstrap'; import * as i0 from "@angular/core"; export declare class SdsModalTemplateComponent { modal: NgbActiveModal; body: any; footer: any; header?: string; icon?: string; constructor(modal: NgbActiveModal); static ɵfac: i0.ɵɵFactoryDeclaration<SdsModalTemplateComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<SdsModalTemplateComponent, "sds-modal-template", never, { "header": { "alias": "header"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; }, {}, ["body", "footer"], never, false, never>; }