mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
feat: make icon theme aware.
This commit is contained in:
+6
-1
@@ -4,6 +4,11 @@ export interface iSVG {
|
||||
id: number;
|
||||
title: string;
|
||||
category: tCategory;
|
||||
route: string;
|
||||
route:
|
||||
| string // for backwards compat of when theme support was not added
|
||||
| {
|
||||
dark: string;
|
||||
light: string;
|
||||
};
|
||||
url: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user