UNPKG

vite-plugin-php-components

Version:
7 lines (6 loc) 223 B
import { PluginOption } from "vite"; type Config = { skipLibCheck?: boolean; }; declare function transpilePHPComponents(config?: Config): PluginOption; export { transpilePHPComponents, transpilePHPComponents as default };