We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13825d4 commit 9fc34e9Copy full SHA for 9fc34e9
example/components/TypeAnimation.tsx
@@ -1,7 +1,7 @@
1
import { TypeAnimation } from 'react-type-animation';
2
-import { Speed } from 'react-type-animation/dist/esm/components/TypeAnimation/index.types';
+import { TypeAnimationProps } from 'react-type-animation/dist/esm/components/TypeAnimation/index.types';
3
4
-export default function _TypeAnimation(props: any) {
+export default function _TypeAnimation(props: TypeAnimationProps) {
5
return (
6
<span className="w-full block bg-blue-400 bg-opacity-10 p-3 rounded-lg">
7
<TypeAnimation {...props} />
0 commit comments