mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 18:17:31 +08:00
fix(react): export proper types of animations and gestures (#20311)
This commit is contained in:
@ -45,7 +45,7 @@ export interface CreateAnimationProps {
|
||||
}
|
||||
|
||||
export class CreateAnimation extends React.PureComponent<CreateAnimationProps> {
|
||||
private nodes: Map<number, HTMLElement> = new Map();
|
||||
nodes: Map<number, HTMLElement> = new Map();
|
||||
animation: Animation;
|
||||
|
||||
constructor(props: any) {
|
||||
|
Reference in New Issue
Block a user