Jacky Zhao
2023-06-01 fcd81353f88b613e5e93c089e10e530d08695b3f
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]