database-petani-mobile/node_modules/@base44/vite-plugin/dist/index.d.ts
2026-02-23 16:39:35 +07:00

9 lines
290 B
TypeScript

import type { Plugin } from "vite";
export default function vitePlugin(opts?: {
legacySDKImports?: boolean;
hmrNotifier?: boolean;
navigationNotifier?: boolean;
visualEditAgent?: boolean;
analyticsTracker?: boolean;
}): Plugin<any>[];
//# sourceMappingURL=index.d.ts.map