Initial boiler plate project
This commit is contained in:
9
node_modules/next/dist/client/components/not-found-boundary.d.ts
generated
vendored
Normal file
9
node_modules/next/dist/client/components/not-found-boundary.d.ts
generated
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
import React from 'react';
|
||||
interface NotFoundBoundaryProps {
|
||||
notFound?: React.ReactNode;
|
||||
notFoundStyles?: React.ReactNode;
|
||||
asNotFound?: boolean;
|
||||
children: React.ReactNode;
|
||||
}
|
||||
export declare function NotFoundBoundary({ notFound, notFoundStyles, asNotFound, children, }: NotFoundBoundaryProps): import("react/jsx-runtime").JSX.Element;
|
||||
export {};
|
||||
Reference in New Issue
Block a user