UNPKG

fumadocs-ui

Version:

The Radix UI version of Fumadocs UI

7 lines 244 B
//#region src/layouts/home/not-found.d.ts /** * the default not found page content, please make your own if you want to customize it. */ declare function DefaultNotFound(): import("react").JSX.Element; //#endregion export { DefaultNotFound };