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 './Nighty.less'; declare const Nighty: React.FC<ComponentProps>; export default Nighty;