UNPKG

astro

Version:

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

7 lines (6 loc) 224 B
import type { ClientDirective } from '../../types/public/integrations.js'; /** * Hydrate this component when a matching media query is found */ declare const mediaDirective: ClientDirective; export default mediaDirective;