Skip to content

Commit a363bcb

Browse files
committed
remove className
1 parent 602664d commit a363bcb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ export interface IProps<T> extends React.HTMLAttributes<T> {
3434
component?: string | React.ReactNode;
3535
componentProps?: {};
3636
animatingClassName?: [string, string];
37-
className?: string;
3837
forcedReplay?: boolean;
3938
onEnd?: (e: { key: string, type: string, target: HTMLElement }) => void;
4039
}

0 commit comments

Comments
 (0)