index.ts 151 Bytes
/**
 * copy from element-ui
 */

import Scrollbar from './src/Scrollbar.vue';

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