react-native-mask-segment-c.../dist/utils/resolveAssetPath.d.ts
a1518 acd6d3a73d feat: add MaskSegmentApp source code and config
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-26 00:27:28 -07:00

3 lines
229 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/** 将 require() 资源解析为 PNG 本地路径OpenCV / RNFS 可读) */
export declare function resolveAssetPath(assetModule: number, cacheFileName: string): Promise<string>;
//# sourceMappingURL=resolveAssetPath.d.ts.map