UNPKG

expo-three

Version:

Utilities for using THREE.js with Expo

9 lines 270 B
type Parseable = { json: any; format?: string; onProgress?: (...args: any[]) => any; assetProvider: any; }; export default function parseAsync({ json, format, assetProvider, }: Parseable): Promise<any>; export {}; //# sourceMappingURL=parseAsync.d.ts.map