@skyux/modals
Version:
This library was generated with [Nx](https://nx.dev).
12 lines (11 loc) • 590 B
TypeScript
import { SkyModalErrorsService } from './modal-errors.service';
import * as i0 from "@angular/core";
import * as i1 from "@skyux/core";
/**
* Specifies content to display in the modal's footer.
*/
export declare class SkyModalFooterComponent {
protected readonly errorsSvc: SkyModalErrorsService;
static ɵfac: i0.ɵɵFactoryDeclaration<SkyModalFooterComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SkyModalFooterComponent, "sky-modal-footer", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.SkyResponsiveHostDirective; inputs: {}; outputs: {}; }]>;
}