Files
skills-here-run-place/node_modules/astro/dist/vite-plugin-html/transform/slots.d.ts
Alejandro Martinez f09af719cf Initial commit
2026-02-12 02:04:10 +01:00

9 lines
264 B
TypeScript

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