UNPKG

@astrojs/vue

Version:
6 lines (3 loc) 213 B
import type { JSX } from 'astro/jsx-runtime'; export type AstroClientDirectives = JSX.AstroComponentDirectives; export type PropsWithHTMLAttributes<T> = T & astroHTML.JSX.HTMLAttributes & AstroClientDirectives;