@spartacus/storefront
Version:
Spartacus Storefront is a package that you can include in your application, which allows you to add default storefront features.
15 lines (14 loc) • 628 B
TypeScript
import * as i0 from "@angular/core";
export declare class TruncateTextPopoverComponent {
/**
* String to be rendered inside popover wrapper component.
*/
content: string;
/**
* The maximum length of the characters after which the text will be truncated
*/
charactersLimit: number;
get isTruncated(): boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<TruncateTextPopoverComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TruncateTextPopoverComponent, "cx-truncate-text-popover", never, { "content": "content"; "charactersLimit": "charactersLimit"; }, {}, never, never>;
}