quartz/components/types.ts
@@ -18,4 +18,4 @@ afterDOMLoaded?: string, } export type QuartzComponentConstructor<Options extends object> = (opts: Options) => QuartzComponent export type QuartzComponentConstructor<Options extends object | undefined = undefined> = (opts: Options) => QuartzComponent