IOweb/node_modules/astro/dist/runtime/client/only.d.ts
2026-07-03 15:07:38 -05:00

6 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;