6 lines
268 B
TypeScript
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";
|