4 lines
268 B
TypeScript
4 lines
268 B
TypeScript
import type { AstroMetadata, RehypePlugin } from '@astrojs/internal-helpers/markdown';
|
|
import type { VFile } from 'vfile';
|
|
export declare const rehypeAnalyzeAstroMetadata: RehypePlugin;
|
|
export declare function getAstroMetadata(file: VFile): AstroMetadata | undefined;
|