UNPKG

@fe6/water-pro

Version:

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

13 lines (8 loc) 222 B
/** * copy from element-ui */ import { withInstall } from '../_util/type'; import Scrollbar from './scroll'; export { Scrollbar }; export type { ScrollbarType } from './types'; export default withInstall(Scrollbar);