UNPKG

vite-plugin-easy-player-pro

Version:
10 lines (7 loc) 288 B
import { Plugin } from 'vite'; interface VitePluginEasyPlayerProOptions { easyPlayerBuildRootPath?: string; easyPlayerBuildDir?: string; } declare function vitePluginEasyPlayerPro(options?: VitePluginEasyPlayerProOptions): Plugin; export { vitePluginEasyPlayerPro as default };