mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 19:46:23 +00:00
6 lines
168 B
TypeScript
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]
|