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 602664d commit a363bcbCopy full SHA for a363bcb
index.d.ts
@@ -34,7 +34,6 @@ export interface IProps<T> extends React.HTMLAttributes<T> {
34
component?: string | React.ReactNode;
35
componentProps?: {};
36
animatingClassName?: [string, string];
37
- className?: string;
38
forcedReplay?: boolean;
39
onEnd?: (e: { key: string, type: string, target: HTMLElement }) => void;
40
}
0 commit comments