@sixbell-telco/sdk
Version:
A collection of reusable components designed for use in Sixbell Telco Angular projects
31 lines (30 loc) • 893 B
TypeScript
import * as i0 from "@angular/core";
/**
* A content container component designed for use within cards
*
* @remarks
* Part of the card component ecosystem. Provides consistent spacing
* and styling for card content. Should be used inside `<st-card>` components
* following the `<st-card-title>` element.
*
* @example
* ```html
* <st-card>
* <st-card-title>Card Header</st-card-title>
* <st-card-content>
* <p>Main card content here</p>
* </st-card-content>
* </st-card>
* ```
*
* @example
* ```html
* <st-card-content class="custom-content-style">
* Custom styled content area
* </st-card-content>
* ```
*/
export declare class CardContentComponent {
static ɵfac: i0.ɵɵFactoryDeclaration<CardContentComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CardContentComponent, "st-card-content", never, {}, {}, never, ["*"], true, never>;
}