UNPKG

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