UNPKG

@fe6/water-pro

Version:

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

6 lines 207 B
/** @format */ import ContainerScroll from './container-scroll'; import { withInstall } from '../_util/type'; export { ContainerScroll }; export * from './types'; export default withInstall(ContainerScroll);