@nebular/theme
Version:
@nebular/theme
15 lines (14 loc) • 394 B
TypeScript
/**
* 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 {
}
/**
* 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 {
}