mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-23 03:56:23 +00:00
5 lines
168 B
TypeScript
5 lines
168 B
TypeScript
import { Node } from 'hast'
|
|
import { Data, VFile } from 'vfile/lib'
|
|
|
|
export type QuartzPluginData = Data
|
|
export type ProcessedContent = [Node<QuartzPluginData>, VFile]
|