Skip to content

Commit 5e5c9d8

Browse files
authored
Fix className not exists in types
1 parent aaaca32 commit 5e5c9d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export interface IProps {
3434
component?: string | React.ReactNode;
3535
componentProps?: {};
3636
animatingClassName?: [string, string];
37+
className?: string;
3738
forcedReplay?: boolean;
3839
onEnd?: (e: { key: string, type: string, target: HTMLElement }) => void;
3940
}

0 commit comments

Comments
 (0)