dependabot[bot]
2025-03-10 a71e17919bf47643cb7af15e85f073032209a342
quartz/util/resources.tsx
@@ -1,5 +1,6 @@
import { randomUUID } from "crypto"
import { JSX } from "preact/jsx-runtime"
import { QuartzPluginData } from "../plugins/vfile"
export type JSResource = {
  loadTime: "beforeDOMReady" | "afterDOMReady"
@@ -62,4 +63,5 @@
export interface StaticResources {
  css: CSSResource[]
  js: JSResource[]
  additionalHead: (JSX.Element | ((pageData: QuartzPluginData) => JSX.Element))[]
}