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