mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-15 09:41:54 +08:00
🛠️ Add `type
import to
ThemeOptions
`
This commit is contained in:
parent
eacb10f409
commit
8386d525be
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user