UNPKG

bcche-ui-react

Version:

A component library that can achieve magic effects

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