UNPKG

@nicecode/funny

Version:

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

13 lines (12 loc) 249 B
import { FC } from 'react'; import { TypedOptions } from 'typed.js'; import './index.less'; interface TypingProps { /** * */ title: string; config?: TypedOptions; } declare const Typing: FC<TypingProps>; export default Typing;