3 lines
137 B
TypeScript
3 lines
137 B
TypeScript
![]() |
import type { MarkdownVFile } from './types.js';
|
||
|
export declare function rehypeImages(): () => (tree: any, file: MarkdownVFile) => void;
|