UNPKG

@wizco/fenixds-ngx

Version:

Componentes fenix design system para Angular.

17 lines 1.08 kB
import { EventEmitter } from '@angular/core'; import { MsgBoxFeedbackTypes } from './msg-box-feeback.types'; import * as i0 from "@angular/core"; export declare class MsgBoxFeedbackComponent { shadow: boolean; mode: MsgBoxFeedbackTypes['mode']; title: MsgBoxFeedbackTypes['title']; message: MsgBoxFeedbackTypes['message']; type: MsgBoxFeedbackTypes['type']; hideClose: boolean; onClose: EventEmitter<any>; constructor(); close(): void; static ɵfac: i0.ɵɵFactoryDeclaration<MsgBoxFeedbackComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<MsgBoxFeedbackComponent, "wco-msg-box-feedback", never, { "shadow": { "alias": "shadow"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "title": { "alias": "title"; "required": false; }; "message": { "alias": "message"; "required": false; }; "type": { "alias": "type"; "required": false; }; "hideClose": { "alias": "hideClose"; "required": false; }; }, { "onClose": "onClose"; }, never, never, true, never>; } //# sourceMappingURL=msg-box-feedback.component.d.ts.map