react-native-mask-segment-c.../dist/utils/resolveImageUrl.d.ts

3 lines
230 B
TypeScript
Raw Normal View History

/** 将本地路径或远程 URL 解析为 OpenCV / RNFS 可读的 PNG 本地路径 */
export declare function resolveImageUrl(source: string, cacheFileName?: string): Promise<string>;
//# sourceMappingURL=resolveImageUrl.d.ts.map