blob: 85492a452c8c07d267c71a85ff7b41ea1bcd8db2 [file] [log] [blame]
export interface ColorsLookup {
[key: string]: string;
}