UNPKG

expo-atlas

Version:

Inspect bundle contents, on module level, from Metro

9 lines 296 B
import { AtlasSource } from '../data/types'; declare global { /** * The globally initialized data source for Atlas. * This is set in a global to access the data from the bundled webui API routes. */ var EXPO_ATLAS_SOURCE: AtlasSource; } //# sourceMappingURL=global.d.ts.map