| | |
| | | import { ComponentType, JSX } from "preact" |
| | | import { StaticResources } from "../resources" |
| | | import { StaticResources } from "../util/resources" |
| | | import { QuartzPluginData } from "../plugins/vfile" |
| | | import { GlobalConfiguration } from "../cfg" |
| | | import { Node } from "hast" |
| | |
| | | fileData: QuartzPluginData |
| | | cfg: GlobalConfiguration |
| | | children: (QuartzComponent | JSX.Element)[] |
| | | tree: Node<QuartzPluginData> |
| | | tree: Node |
| | | allFiles: QuartzPluginData[] |
| | | displayClass?: "mobile-only" | "desktop-only" |
| | | } & JSX.IntrinsicAttributes & { |