UNPKG

@lewiswright/storybook-addon-vis

Version:
9 lines (7 loc) 186 B
import { ImageSnapshotMatcher } from 'vitest-plugin-vis/client'; declare global { namespace jest { interface Matchers<R, T> extends ImageSnapshotMatcher { } } }