UNPKG

@fe6/water-pro

Version:

An enterprise-class UI design language and Vue-based implementation

7 lines 171 B
/** * copy from element-ui */ import { withInstall } from '../_util/type'; import Scrollbar from './scroll'; export { Scrollbar }; export default withInstall(Scrollbar);