astro-ghostcms/.pnpm-store/v3/files/aa/b84e969a8bfb6cd821a779e73e3...

9 lines
264 B
Plaintext

import type { Root } from 'hast';
import type { Plugin } from 'unified';
import type MagicString from 'magic-string';
declare const rehypeSlots: Plugin<[{
s: MagicString;
}], Root>;
export default rehypeSlots;
export declare const SLOT_PREFIX = "___SLOTS___";