mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-29 16:05:31 +08:00
9 lines
151 B
Vue
9 lines
151 B
Vue
/**
|
|
* copy from element-ui
|
|
*/
|
|
|
|
import Scrollbar from './src/Scrollbar.vue';
|
|
|
|
export { Scrollbar };
|
|
export type { ScrollbarType } from './src/types';
|