Skip to content

Instantly share code, notes, and snippets.

@9sako6
Created April 30, 2020 14:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 9sako6/5a23a03b23557421f464ec503a6b6083 to your computer and use it in GitHub Desktop.
Save 9sako6/5a23a03b23557421f464ec503a6b6083 to your computer and use it in GitHub Desktop.
declare module 'react-useanimations' {
import React from 'react';
export interface UseAnimationsProps {
style?: object;
animationKey: string;
size: number;
}
export default class UseAnimations extends React.Component<UseAnimationsProps> {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment