mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-14 09:39:15 +00:00
Inlining logo SVG
This commit is contained in:
5
missing-types.d.ts
vendored
5
missing-types.d.ts
vendored
@@ -49,6 +49,11 @@ declare module 'data-url-text:*' {
|
||||
export default url;
|
||||
}
|
||||
|
||||
declare module 'as-text:*' {
|
||||
const text: string;
|
||||
export default text;
|
||||
}
|
||||
|
||||
declare module 'service-worker:*' {
|
||||
const url: string;
|
||||
export default url;
|
||||
|
||||
Reference in New Issue
Block a user