mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-15 01:31:57 +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';
|
const fullUrl = 'https://svgl.app';
|
||||||
|
|
||||||
@ -13,3 +13,4 @@ export const addFullUrl = (value: string | ThemeOptions): string | ThemeOptions
|
|||||||
}
|
}
|
||||||
return value;
|
return value;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user