/** * copy from element-ui */ import Scrollbar from './src/index.vue'; export { Scrollbar }; export type { ScrollbarType } from './src/types';