cleaned for new home
This commit is contained in:
8
www/community/Ultra-Vehicle-Card/utils/constants.d.ts
vendored
Normal file
8
www/community/Ultra-Vehicle-Card/utils/constants.d.ts
vendored
Normal 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;
|
||||
Reference in New Issue
Block a user