UNPKG

143 BTypeScriptView Raw
1import { ExpoConfig } from '@expo/config';
2export default function createMetatagsFromConfig(config?: ExpoConfig): {
3 [key: string]: any;
4};