UNPKG

react-web-native-sketch

Version:

[TODO: We need an overview of how this can be used via npm vs as a local package]

7 lines (6 loc) 220 B
/** * Created by alexbuicescu on 19 - Mar 2018. */ import * as React from 'react'; import { Props } from './CircularProgressComponent.types'; export declare const CircularProgressComponent: React.ComponentType<Props>;