9 lines
368 B
TypeScript
9 lines
368 B
TypeScript
export declare const DEFAULT_VEHICLE_IMAGE = "/hacsfiles/Ultra-Vehicle-Card/assets/default-car.png";
|
|
export declare const DEFAULT_CONFIG: {
|
|
title: string;
|
|
title_alignment: string;
|
|
formatted_entities: boolean;
|
|
};
|
|
export declare const truncateText: (text: string, maxLength?: number) => string;
|
|
export declare const hexToRgb: (colorValue: string) => string;
|