Jacky Zhao
2023-06-01 42d3a7de1711bbd40a2b6857e3bf7ff17685f5d9
1
2
3
4
5
import { Node } from 'hast'
import { Data, VFile } from 'vfile/lib'
 
export type QuartzPluginData = Data
export type ProcessedContent = [Node<QuartzPluginData>, VFile]