UNPKG

hyd-ui

Version:

react+webpack+gulp+less+storybook 从零搭建实现了组件库的按需加载

5 lines 125 B
/** * 组件打包入口 */ export { default as Button } from "./button"; export { default as Button1 } from "./button1";