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

6 lines
213 B
TypeScript

import type { JSX } from 'astro/jsx-runtime';
export type AstroClientDirectives = JSX.AstroComponentDirectives;
export type PropsWithHTMLAttributes<T> = T & astroHTML.JSX.HTMLAttributes & AstroClientDirectives;