UNPKG

react-web-native-sketch

Version:

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

11 lines (10 loc) 271 B
/** * Created by alexbuicescu on 19 - Mar 2018. */ import { CIRCULAR_PROGRESS_SIZE } from '../../utils/enums'; import { Classes } from '../../utils/theme.types'; export interface Props { size?: CIRCULAR_PROGRESS_SIZE; style?: Classes; thickness?: number; }