1
0
mirror of https://gitlab.com/MisterBiggs/brain-quartz.git synced 2025-06-16 09:46:39 +00:00
2023-05-30 08:02:20 -07:00

6 lines
168 B
TypeScript

import { Node } from 'hast'
import { Data, VFile } from 'vfile/lib'
export type QuartzPluginData = Data
export type ProcessedContent = [Node<QuartzPluginData>, VFile]