UNPKG

169 BTypeScriptView Raw
1import type { StoryshotsOptions } from './StoryshotsOptions';
2declare function testStorySnapshots(options?: StoryshotsOptions): void;
3export default testStorySnapshots;