Files
dealplustech/dealplustech-astro/node_modules/astro/dist/runtime/client/load.d.ts
2026-03-02 12:35:14 +07:00

4 lines
151 B
TypeScript

import type { ClientDirective } from '../../types/public/integrations.js';
declare const loadDirective: ClientDirective;
export default loadDirective;