Skip to content

Commit

Permalink
clean DotLottieAnimation type
Browse files Browse the repository at this point in the history
  • Loading branch information
kosmydel committed Nov 6, 2023
1 parent af2b2df commit 847cdbf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/LottieAnimations/types.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import {LottieViewProps} from 'lottie-react-native';

type DotLottieAnimation = {
name?: string;
file: LottieViewProps['source'];
w: number;
h: number;
Expand Down

0 comments on commit 847cdbf

Please sign in to comment.