expo-router
Version:
Expo Router is a file-based router for React Native and web applications.
10 lines • 411 B
TypeScript
/**
* Copyright © 2023 650 Industries.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
import '@expo/metro-runtime';
export declare function getStaticContent(location: URL): Promise<string>;
export { getBuildTimeServerManifestAsync, getManifest } from './getServerManifest';
//# sourceMappingURL=renderStaticContent.d.ts.map