@js-sugar/angular-bootstrap
Version:
JS-Sugar Bootstrap components for Angular
15 lines (14 loc) • 695 B
TypeScript
import { ElementRef, Renderer2, OnInit } from '@angular/core';
import { CardFooterDirective } from './card-footer.directive';
import { CardHeaderDirective } from './card-header.directive';
import * as i0 from "@angular/core";
export declare class CardComponent implements OnInit {
private _element;
private _renderer;
_header?: CardHeaderDirective;
_footer?: CardFooterDirective;
constructor(_element: ElementRef, _renderer: Renderer2);
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<CardComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "jss-card", ["jssCard"], {}, {}, ["_header", "_footer"], ["*"], false>;
}