Jacky Zhao
2023-06-20 24348b24a94c5f9ca285642b751e6798b92eedd9
quartz/components/types.ts
@@ -10,6 +10,7 @@
  cfg: GlobalConfiguration
  children: QuartzComponent[] | JSX.Element[]
  tree: Node<QuartzPluginData>
  allFiles: QuartzPluginData[]
}
export type QuartzComponent = ComponentType<QuartzComponentProps> & {