mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 02:24:11 +00:00
94233: use actual CSS variables in theme
This commit is contained in:
4
src/app/shared/key-value-pair.model.ts
Normal file
4
src/app/shared/key-value-pair.model.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export interface KeyValuePair<K, V> {
|
||||
key: K;
|
||||
value: V;
|
||||
}
|
Reference in New Issue
Block a user