UNPKG

@storybook/addon-storyshots-puppeteer

Version:
11 lines (10 loc) 288 B
import type { AxeConfig } from './config'; export declare const axeTest: (customConfig?: Partial<AxeConfig>) => { ({ context }: any): Promise<void>; timeout: number; afterAll: () => Promise<void>; beforeAll: { (): Promise<void>; timeout: number; }; };