Files
hassos_config/www/community/Ultra-Vehicle-Card/utils/constants.d.ts
2025-06-23 12:40:35 +02:00

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;