UNPKG

@sencha/reext

Version:

ReExt - Sencha Ext JS components in React

7 lines (5 loc) 227 B
import { Plugin } from 'vite'; export interface ReextPluginOptions { [key: string]: any; // Extend or replace this with real options if applicable } export default function reextplugin(options?: ReextPluginOptions): Plugin;