UNPKG

next-page-tester

Version:
5 lines (4 loc) 192 B
import type { ExtendedOptions, NotFoundPageObject } from '../commonTypes'; export declare function makeNotFoundPageObject({ options, }: { options: ExtendedOptions; }): NotFoundPageObject;