UNPKG

@nicecode/funny

Version:

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

8 lines (7 loc) 181 B
import { FC } from 'react'; import './index.less'; interface GradientTextProps { text: string; } declare const GradientText: FC<GradientTextProps>; export default GradientText;