index.ts 151 B

12345678
  1. /**
  2. * copy from element-ui
  3. */
  4. import Scrollbar from './src/Scrollbar.vue';
  5. export { Scrollbar };
  6. export type { ScrollbarType } from './src/types';