7 lines
224 B
TypeScript
7 lines
224 B
TypeScript
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;
|