Jacky Zhao
2023-06-20 fd5c8d17d3b3cd0a13b0a21a2b78d85010e02e12
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]