DocSpace-client/packages/shared/components/scrollbar/index.tsx

8 lines
247 B
TypeScript

import { ScrollbarType } from "./Scrollbar.enums";
export { ScrollbarType };
export { Scrollbar } from "./Scrollbar";
export { CustomScrollbarsVirtualList } from "./sub-components/index";
export type { ScrollbarProps } from "./Scrollbar.types";