UNPKG

one

Version:

One is a new React Framework that makes Vite serve both native and web.

8 lines 294 B
import type { Plugin } from 'vite'; /** * TODO this seems to just not work on prod build? it doesnt run setup at all */ export declare function removeReactNativeWebAnimatedPlugin(opts?: { panResponder?: boolean; }): Plugin; //# sourceMappingURL=removeReactNativeWebAnimatedPlugin.d.ts.map