Change svg inlining
This commit is contained in:
parent
e8177c9c0a
commit
df959ad304
11 changed files with 112 additions and 46 deletions
3
custom.d.ts
vendored
3
custom.d.ts
vendored
|
|
@ -1,6 +1,5 @@
|
|||
declare module '*.svg' {
|
||||
import { url } from 'src/types/url';
|
||||
const content: url;
|
||||
const content: string;
|
||||
export default content;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue