kjelsrud.dev/node_modules/astro/dist/runtime/client/only.d.ts
2023-07-19 21:31:30 +02:00

6 lines
188 B
TypeScript

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