@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
5 lines (4 loc) • 316 B
JavaScript
import { scrollAreaStyle } from "./scroll-area.style.js";
import { useScrollArea } from "./use-scroll-area.js";
import { ScrollArea, ScrollAreaPropsContext, useScrollAreaPropsContext } from "./scroll-area.js";
export { ScrollArea, ScrollAreaPropsContext, scrollAreaStyle, useScrollArea, useScrollAreaPropsContext };