UNPKG

astro

Version:

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

7 lines (6 loc) 204 B
import type { ClientDirective } from '../../types/public/integrations.js'; /** * Hydrate this component only on the client */ declare const onlyDirective: ClientDirective; export default onlyDirective;