astro-ghostcms/.pnpm-store/v3/files/13/dcffb54028ab9a73d5e5401fc76...

7 lines
211 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +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;