kjelsrud.dev/node_modules/astro/dist/vite-plugin-html/transform/slots.d.ts
2023-07-19 21:31:30 +02:00

8 lines
264 B
TypeScript

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___";