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 89a420c commit 8bef437Copy full SHA for 8bef437
index.d.ts
@@ -117,10 +117,10 @@ export const animated: {
117
[Tag in keyof JSX.IntrinsicElements]: ComponentClass<
118
JSX.IntrinsicElements[Tag]
119
>
120
-};
+}
121
122
-type TransitionKeyProps = string | number;
123
-type TransitionItemProps = string | number | object;
+type TransitionKeyProps = string | number
+type TransitionItemProps = string | number | object
124
125
interface TransitionProps<S extends object, DS extends object = {}> {
126
/**
0 commit comments