UNPKG

@nicecode/funny

Version:

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

8 lines (7 loc) 174 B
import { FC } from 'react'; import './index.less'; interface HollowTextProps { title: string; } declare const HollowText: FC<HollowTextProps>; export default HollowText;