export { ScrollArea } from "./scroll-area.js"; export { isNearBottom, type StickToBottomMetrics, useStickToBottom, type UseStickToBottomOptions, type UseStickToBottomReturn, } from "./use-stick-to-bottom.js";