style(tui): apply formatter

This commit is contained in:
Brooklyn Nicholson 2026-04-26 01:48:10 -05:00
parent db4e4acca0
commit 14fcff60c9
4 changed files with 11 additions and 7 deletions

View file

@ -1,8 +1,7 @@
import type { ScrollBoxHandle } from '@hermes/ink'
import type { RefObject } from 'react'
import { useCallback, useSyncExternalStore } from 'react'
import type { ScrollBoxHandle } from '@hermes/ink'
export interface ViewportSnapshot {
atBottom: boolean
bottom: number