项目初始化
This commit is contained in:
7
web-vue/packages/core/components/Scrollbar/index.ts
Normal file
7
web-vue/packages/core/components/Scrollbar/index.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* copy from element-ui
|
||||
*/
|
||||
import Scrollbar from './src/Scrollbar.vue';
|
||||
|
||||
export { Scrollbar };
|
||||
export type { ScrollbarType } from './src/types';
|
||||
Reference in New Issue
Block a user