mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-25 21:28:13 +00:00
9 lines
147 B
TypeScript
9 lines
147 B
TypeScript
/**
|
|
* copy from element-ui
|
|
*/
|
|
|
|
import Scrollbar from './src/index.vue';
|
|
|
|
export { Scrollbar };
|
|
export type { ScrollbarType } from './src/types';
|