UNPKG

sveltekit-notion-blog

Version:

A plug and play library for setting up blogs in subdirectory or main directory in Sveltekit projects using Notion as CMS.

7 lines (6 loc) 176 B
interface Props { data: any; } declare const ErrorPage: import("svelte").Component<Props, {}, "">; type ErrorPage = ReturnType<typeof ErrorPage>; export default ErrorPage;