Files
skills-here-run-place/node_modules/@astrojs/vue/dist/client.d.ts
Alejandro Martinez f09af719cf Initial commit
2026-02-12 02:04:10 +01:00

3 lines
204 B
TypeScript

declare const _default: (element: HTMLElement) => (Component: any, props: Record<string, any>, slotted: Record<string, any>, { client }: Record<string, string>) => Promise<void>;
export default _default;