import { ScrollAreaProps } from "./ScrollArea.types.js";
import { ScrollArea } from "./ScrollArea.js";
export { ScrollArea, type ScrollAreaProps };