/**
 * copy from element-ui
 */

export { default as Scrollbar } from './src/Scrollbar.vue';

export type { ScrollbarType } from './src/types';
