UNPKG

@nebular/theme

Version:
20 lines (19 loc) 846 B
import * as i0 from "@angular/core"; /** * Component intended to be used within the `<nb-flip-card>` and `<nb-reveal-card>` components. * * Use it as a container for the front card. */ export declare class NbCardFrontComponent { static ɵfac: i0.ɵɵFactoryDeclaration<NbCardFrontComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<NbCardFrontComponent, "nb-card-front", never, {}, {}, never, ["nb-card"], false, never>; } /** * Component intended to be used within the `<nb-flip-card>` and `<nb-reveal-card>` components. * * Use it as a container for the back card. */ export declare class NbCardBackComponent { static ɵfac: i0.ɵɵFactoryDeclaration<NbCardBackComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<NbCardBackComponent, "nb-card-back", never, {}, {}, never, ["nb-card"], false, never>; }