Files
talk-pro/node_modules/astro/dist/runtime/client/only.d.ts
2026-05-12 16:16:03 +08: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;