UNPKG

@nicecode/funny

Version:

funny,一些有趣的代码,funny code

11 lines (10 loc) 201 B
import { FC } from 'react'; import './index.less'; interface AmazingCardProps { /** * */ title: string; } declare const AmazingCard: FC<AmazingCardProps>; export default AmazingCard;