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

9 lines
264 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
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___";