UNPKG

bcche-ui-react

Version:

A component library that can achieve magic effects

6 lines (5 loc) 174 B
import React from 'react'; import type { ComponentProps } from '@/types'; import './Cloudy.less'; declare const Cloudy: React.FC<ComponentProps>; export default Cloudy;