mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-11 16:26:20 +00:00
23 lines
442 B
TypeScript
23 lines
442 B
TypeScript
declare const __webpack_public_path__: string;
|
|
|
|
declare interface NodeModule {
|
|
hot: any;
|
|
}
|
|
|
|
declare interface Window {
|
|
STATE: any
|
|
}
|
|
|
|
declare namespace JSX {
|
|
interface Element { }
|
|
interface IntrinsicElements { }
|
|
}
|
|
|
|
declare module 'preact-i18n';
|
|
declare module 'preact-material-components-drawer';
|
|
declare module 'material-radial-progress';
|
|
|
|
declare module 'classnames' {
|
|
export default function classnames(...args: any[]): string;
|
|
}
|