mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
🛠️ Add `type import to ThemeOptions`
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { ThemeOptions } from '../../src/types/svg';
|
||||
import type { ThemeOptions } from '../../src/types/svg';
|
||||
|
||||
const fullUrl = 'https://svgl.app';
|
||||
|
||||
@@ -13,3 +13,4 @@ export const addFullUrl = (value: string | ThemeOptions): string | ThemeOptions
|
||||
}
|
||||
return value;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user