cleaned for new home

This commit is contained in:
2025-06-23 12:40:35 +02:00
parent e426efb80f
commit 1f4970c17c
173 changed files with 16228 additions and 24225 deletions

View File

@@ -0,0 +1,8 @@
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;