Initial commit
This commit is contained in:
5
node_modules/@astrojs/vue/vue-shims.d.ts
generated
vendored
Normal file
5
node_modules/@astrojs/vue/vue-shims.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import type { JSX } from 'astro/jsx-runtime';
|
||||
|
||||
export type AstroClientDirectives = JSX.AstroComponentDirectives;
|
||||
|
||||
export type PropsWithHTMLAttributes<T> = T & astroHTML.JSX.HTMLAttributes & AstroClientDirectives;
|
||||
Reference in New Issue
Block a user