File "declarations.d.ts"

Full Path: /home/warrior1/public_html/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/declarations.d.ts
File size: 234 bytes
MIME-type: text/plain
Charset: utf-8

declare module '*.png';
declare module '*.svg';
declare module '*.jpeg';
declare module '*.jpg';

export declare global {
	interface Window {
		// eslint-disable-next-line @typescript-eslint/no-explicit-any
		wp: { media: any };
	}
}