mirror of
https://gitcode.com/gh_mirrors/vue/vue-vben-admin
synced 2026-05-19 05:57:49 +00:00
12 lines
211 B
TypeScript
12 lines
211 B
TypeScript
/**
|
|
* copy from element-ui
|
|
*/
|
|
|
|
import { withInstall } from '../util';
|
|
import Scrollbar from './src/index.vue';
|
|
|
|
withInstall(Scrollbar);
|
|
|
|
export { Scrollbar };
|
|
export type { ScrollbarType } from './src/types';
|