Ben Lin
2024-06-27 dfd2d0218bbcea93b4bfb0e7ca7ac9b1cc1cc7da
1
2
3
4
5
6
7
/**
 * copy from element-ui
 */
import Scrollbar from './src/Scrollbar.vue';
 
export { Scrollbar };
export type { ScrollbarType } from './src/types';