UNPKG

@wordpress/e2e-test-utils-playwright

Version:
11 lines 194 B
/** * External dependencies */ declare global { interface Window { wp: any; __reportVitals__: (data: string) => void; } } export {}; //# sourceMappingURL=types.d.ts.map