UNPKG

ink

Version:
6 lines (5 loc) 195 B
/** A React hook that returns app lifecycle methods like `exit()` and `waitUntilRenderFlush()`. */ declare const useApp: () => import("../components/AppContext.js").Props; export default useApp;