7 lines
208 B
TypeScript
7 lines
208 B
TypeScript
![]() |
import type { ClientDirective } from '../../@types/astro';
|
||
|
/**
|
||
|
* Hydrate this component when a matching media query is found
|
||
|
*/
|
||
|
declare const mediaDirective: ClientDirective;
|
||
|
export default mediaDirective;
|