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

8 lines
290 B
TypeScript

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