UNPKG

846 BTypeScriptView Raw
1import * as i0 from "@angular/core";
2/**
3 * Component intended to be used within the `<nb-flip-card>` and `<nb-reveal-card>` components.
4 *
5 * Use it as a container for the front card.
6 */
7export declare class NbCardFrontComponent {
8 static ɵfac: i0.ɵɵFactoryDeclaration<NbCardFrontComponent, never>;
9 static ɵcmp: i0.ɵɵComponentDeclaration<NbCardFrontComponent, "nb-card-front", never, {}, {}, never, ["nb-card"], false, never>;
10}
11/**
12 * Component intended to be used within the `<nb-flip-card>` and `<nb-reveal-card>` components.
13 *
14 * Use it as a container for the back card.
15 */
16export declare class NbCardBackComponent {
17 static ɵfac: i0.ɵɵFactoryDeclaration<NbCardBackComponent, never>;
18 static ɵcmp: i0.ɵɵComponentDeclaration<NbCardBackComponent, "nb-card-back", never, {}, {}, never, ["nb-card"], false, never>;
19}