@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
4 lines • 470 B
TypeScript
import { ScrollAreaStyle, scrollAreaStyle } from "./scroll-area.style.js";
import { UseScrollAreaProps, UseScrollAreaReturn, useScrollArea } from "./use-scroll-area.js";
import { ScrollArea, ScrollAreaProps, ScrollAreaPropsContext, useScrollAreaPropsContext } from "./scroll-area.js";
export { ScrollArea, type ScrollAreaProps, ScrollAreaPropsContext, ScrollAreaStyle, UseScrollAreaProps, UseScrollAreaReturn, scrollAreaStyle, useScrollArea, useScrollAreaPropsContext };