@expo/metro-runtime
Version:
Tools for making advanced Metro bundler features work
14 lines • 440 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.
*/
declare function showMessage(message: string, _type: 'load' | 'refresh'): void;
declare function hide(): void;
declare const _default: {
showMessage: typeof showMessage;
hide: typeof hide;
};
export default _default;
//# sourceMappingURL=LoadingView.d.ts.map