dependabot[bot]
2024-01-28 bebd6320b70fca79c1a1cbdaaaea4f87c92f87fd
quartz/plugins/emitters/folderPage.tsx
@@ -19,7 +19,7 @@
import { FolderContent } from "../../components"
import { write } from "./helpers"
export const FolderPage: QuartzEmitterPlugin<FullPageLayout> = (userOpts) => {
export const FolderPage: QuartzEmitterPlugin<Partial<FullPageLayout>> = (userOpts) => {
  const opts: FullPageLayout = {
    ...sharedPageComponents,
    ...defaultListPageLayout,