mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-23 23:15:46 -06:00
8 lines
337 B
TypeScript
8 lines
337 B
TypeScript
|
/**
|
||
|
* Values that have been hardcoded in src/diagrams/er/styles.js. These can be used by
|
||
|
* theme-_._ files to maintain display styles until themes, styles, renderers are revised. --
|
||
|
* 2022-09-22
|
||
|
*/
|
||
|
export declare const oldAttributeBackgroundColorOdd = "#ffffff";
|
||
|
export declare const oldAttributeBackgroundColorEven = "#f2f2f2";
|