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