UNPKG

@nicecode/funny

Version:

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

9 lines (8 loc) 216 B
import { FC } from 'react'; import './index.less'; interface FunnyButtonProps { mode: 'normal' | 'ease' | 'wave'; title: string; } declare const FunnyButton: FC<FunnyButtonProps>; export default FunnyButton;