Files
community-rule/app/components/utility/Scrollbar/index.tsx
T
2026-02-11 22:02:10 -07:00

6 lines
280 B
TypeScript

export { ScrollbarView as default } from "./Scrollbar.view";
export type { ScrollbarProps } from "./Scrollbar.types";
/** Class name to apply the design system scrollbar to any scrollable element (e.g. textarea, div). */
export const SCROLLBAR_DESIGN_CLASS = "scrollbar-design";