Blame view

src/components/Scrollbar/index.ts 151 Bytes
陈文彬 authored
1
2
3
4
/**
 * copy from element-ui
 */
5
import Scrollbar from './src/Scrollbar.vue';
6
7
export { Scrollbar };
vben authored
8
export type { ScrollbarType } from './src/types';