Files
skills-here-run-place/node_modules/astro/dist/jsx/rehype.d.ts
Alejandro Martinez f09af719cf Initial commit
2026-02-12 02:04:10 +01:00

6 lines
322 B
TypeScript

import type { RehypePlugin } from '@astrojs/markdown-remark';
import type { VFile } from 'vfile';
import type { PluginMetadata } from '../vite-plugin-astro/types.js';
export declare const rehypeAnalyzeAstroMetadata: RehypePlugin;
export declare function getAstroMetadata(file: VFile): PluginMetadata["astro"] | undefined;