@vue.ts/tsx-auto-props
Version:
Automatically add props definition for Vue 3 TSX.
14 lines (12 loc) • 375 B
JavaScript
import "./src-B1zORQTI.js";
import { vite_default } from "./vite-Cp2KufJW.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 };