astro-ghostcms/.pnpm-store/v3/files/f6/504be2224156c93d0f9f31ab272...

7 lines
191 B
Plaintext

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