Files
Fluxup_PAP/node_modules/expo-asset/build/LocalAssets.d.ts
2026-03-10 16:18:05 +00:00

5 lines
238 B
TypeScript

/**
* Returns the URI of a local asset from its hash, or null if the asset is not available locally
*/
export declare function getLocalAssetUri(hash: string, type: string | null): string | null;
//# sourceMappingURL=LocalAssets.d.ts.map