UNPKG

@source-bug/magic-design-react

Version:

A component library that can achieve magic effects

7 lines (6 loc) 304 B
export { default as Cloudy } from './cloudy/Cloudy'; export { default as Nighty } from './nighty/Nighty'; export { default as Rainy } from './rainy/Rainy'; export { default as Snowy } from './snowy/Snowy'; export { default as Sunny } from './sunny/Sunny'; export { default as Weather } from './Weather';