trunghv-react-native-progress
Version:
��# t r u n g h v - r e a c t - n a t i v e - p r o g r e s s # # I n s t a l l a t i o n > ` n p m i n s t a l l - - s a v e t r u n g h v - r e a c t - n a t i v e - p r o g r e s s ` # # U s a g e ` ` ` j a v a s c
15 lines • 425 B
TypeScript
import React from 'react'
declare module 'trunghv-react-native-progress' {
export interface Props {
height?:number|string,
color?:string,
borderRadius?:number,
backgroundColor?:string,
width?:number|string,
style?:object,
progress:number
}
export default class Progress extends React.Component<Props>{
constructor(props: Props)
}
}