Files
2026-04-18 14:12:49 -06:00

6 lines
268 B
TypeScript

export { default } from "./Scrollbar.container";
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";