UNPKG

189 BTypeScriptView Raw
1/**
2 * `useApp` is a React hook, which exposes a method to manually exit the app (unmount).
3 */
4declare const useApp: () => import("../components/AppContext").Props;
5export default useApp;