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

7 lines
376 B
TypeScript

export declare const IMAGE_TYPES: string[];
export declare const FONT_TYPES: string[];
export declare const MEDIA_TYPES: string[];
export declare const ACCEPTED_TYPES: string[];
export declare function resolveAssetPaths(assets: string[], projectRoot: string): Promise<string[]>;
export declare function validateAssets(assets: string[], platform: 'android' | 'ios'): string[];