UNPKG

expo-asset

Version:

An Expo universal module to download assets and pass them into other APIs

7 lines (6 loc) 192 B
import { type ConfigPlugin } from 'expo/config-plugins'; export type AssetProps = { assets?: string[]; }; declare const _default: ConfigPlugin<AssetProps | null>; export default _default;