UNPKG

next

Version:

The React Framework

5 lines (4 loc) 181 B
import { UsageError } from './usage-error'; export declare class MissingDefaultParallelRouteError extends UsageError { constructor(fullSegmentPath: string, slotName: string); }