Files
2025-07-24 18:46:24 +02:00

7 lines
204 B
TypeScript

import type { ClientDirective } from '../../types/public/integrations.js';
/**
* Hydrate this component only on the client
*/
declare const onlyDirective: ClientDirective;
export default onlyDirective;