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 1508a63 commit 565a0cbCopy full SHA for 565a0cb
src/CSSMotionList.tsx
@@ -36,8 +36,8 @@ const MOTION_PROP_NAMES = [
36
];
37
38
export interface CSSMotionListProps extends CSSMotionProps {
39
- keys: React.Key[];
40
- component?: string | React.ComponentType;
+ keys: (React.Key | { key: React.Key; [name: string]: any })[];
+ component?: string | React.ComponentType | false;
41
}
42
43
export interface CSSMotionListState {
0 commit comments