Skip to content

Commit ba92538

Browse files
committed
remove key from interface
1 parent fafe430 commit ba92538

File tree

1 file changed

+0
-1
lines changed
  • packages/react-flip-toolkit/src/FlipToolkit

1 file changed

+0
-1
lines changed

packages/react-flip-toolkit/src/FlipToolkit/types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ export interface InProgressAnimations {
127127
[key: string]: {
128128
destroy: () => void
129129
onComplete?: () => void
130-
flipInitiator?: string
131130
onAnimationEnd: () => void
132131
}
133132
}

0 commit comments

Comments
 (0)