UNPKG

astro

Version:

Astro is a modern site builder with web best practices, performance, and DX front-of-mind.

9 lines (8 loc) 264 B
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___";