mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
⚙️ Delete custom api url + export themeOptions types
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ import type { tCategory } from './categories';
|
||||
type CategoryPair = [tCategory, tCategory];
|
||||
type CategoryTriple = [tCategory, tCategory, tCategory];
|
||||
|
||||
type ThemeOptions = {
|
||||
export type ThemeOptions = {
|
||||
dark: string;
|
||||
light: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user