UNPKG

hcomp

Version:

HComp is a helper component library that aims to improve code readability and make your life easier.

6 lines (5 loc) 279 B
export { default as Switch } from "./SwitchGroup/Switch/Switch"; export { default as Case } from "./SwitchGroup/Case/Case"; export { default as For } from "./For/For"; export { default as Show } from "./Show/Show"; export { default as ScrollTo } from "./ScrollTo/ScrollTo";