Blame view

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