basic search implementation

This commit is contained in:
Jacky Zhao 2023-06-19 20:37:45 -07:00
parent c4cf0dcb02
commit fd5c8d17d3
26 changed files with 751 additions and 182 deletions
quartz/components

View file

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