UNPKG

ink

Version:
9 lines (8 loc) 216 B
/** A React hook that returns app lifecycle methods like `exit()` and `waitUntilRenderFlush()`. */ declare const useApp: () => { exit(): void; waitUntilRenderFlush(): Promise<void>; }; export default useApp;