UNPKG

@vue.ts/tsx-auto-props

Version:

Automatically add props definition for Vue 3 TSX.

14 lines (12 loc) 380 B
import "./src-Be4nzbnH.js"; import { t as vite_default } from "./vite-j4mVIlZq.js"; //#region src/astro.ts var astro_default = (options) => ({ name: "@vue.ts/tsx-auto-props", hooks: { "astro:config:setup": async (astro) => { astro.config.vite.plugins ??= []; astro.config.vite.plugins.push(vite_default(options)); } } }); //#endregion export { astro_default as default };