UNPKG

@fe6/water-pro

Version:

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

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