mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-13 01:07:18 +00:00
CSS plugin
This commit is contained in:
5
missing-types.d.ts
vendored
5
missing-types.d.ts
vendored
@@ -22,4 +22,9 @@ declare module 'omt:*' {
|
||||
export default value;
|
||||
}
|
||||
|
||||
declare module 'css:*' {
|
||||
const source: string;
|
||||
export default source;
|
||||
}
|
||||
|
||||
declare const __PRODUCTION__: boolean;
|
||||
|
||||
Reference in New Issue
Block a user