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