UNPKG

creevey

Version:

Cross-browser screenshot testing tool for Storybook with fancy UI Runner

7 lines (6 loc) 223 B
/* eslint-disable @typescript-eslint/no-explicit-any */ // NOTE package with typings doesn't exists declare module 'event-source-polyfill' { export const NativeEventSource: any; export const EventSourcePolyfill: any; }