UNPKG

ng-devui

Version:

DevUI components based on Angular

16 lines (15 loc) 621 B
import { IButtonStyle } from 'ng-devui/button'; import * as i0 from "@angular/core"; export declare class ModalFooterComponent { buttons: Array<{ id?: string; cssClass?: IButtonStyle; text: string; handler: ($event: Event) => void; btnwidth?: string; autofocus?: boolean; disabled: boolean; }>; static ɵfac: i0.ɵɵFactoryDeclaration<ModalFooterComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ModalFooterComponent, "d-modal-footer", never, { "buttons": { "alias": "buttons"; "required": false; }; }, {}, never, never, false, never>; }