mirror of
https://github.com/bartgryszko/react-native-circular-progress.git
synced 2026-01-25 16:25:58 +00:00
Merge pull request #189 from acro5piano/fix-typings
fix default import of react
This commit is contained in:
commit
4559dd1250
2
index.d.ts
vendored
2
index.d.ts
vendored
@ -1,5 +1,5 @@
|
||||
declare module 'react-native-circular-progress' {
|
||||
import React from 'react';
|
||||
import * as React from 'react';
|
||||
import { Animated, Easing } from 'react-native';
|
||||
|
||||
export interface AnimatedCircularProgressProps {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user