UNPKG

gatsby-plugin-mdx

Version:
8 lines (7 loc) 260 B
import type { Plugin } from "unified"; /** * This plugin extracts metadata from the file and stores it * within the unified processor data for later extraction. */ declare const rehypeMdxMetadataExtractor: Plugin; export default rehypeMdxMetadataExtractor;