UNPKG

one

Version:

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

6 lines 248 B
/** * Dynamic import with cache-busting for HMR. * Native uses hmrImport.native.ts which stubs this out since Hermes cannot parse import(). */ export declare function hmrImport(path: string): Promise<any>; //# sourceMappingURL=hmrImport.d.ts.map