Files

7 lines
211 B
TypeScript
Raw Permalink Normal View History

2026-03-22 20:00:13 +00:00
import type { ClientDirective } from '../../@types/astro.js';
/**
* Hydrate this component when a matching media query is found
*/
declare const mediaDirective: ClientDirective;
export default mediaDirective;