hldy_vue/src/components/Scrollbar/index.ts

9 lines
151 B
TypeScript
Raw Normal View History

2025-03-10 17:08:02 +08:00
/**
* copy from element-ui
*/
import Scrollbar from './src/Scrollbar.vue';
export { Scrollbar };
export type { ScrollbarType } from './src/types';