@types/react-native-percentage-circle
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

Installation

npm install --save @types/react-native-percentage-circle

Summary

This package contains type definitions for react-native-percentage-circle (https://github.com/JackPu/react-native-percentage-circle).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-native-percentage-circle.

index.d.ts

import * as React from "react";
import { TextStyle } from "react-native";

export interface PercentageCircleProps {
    color?: string | undefined;
    bgcolor?: string | undefined;
    innerColor?: string | undefined;
    radius?: number | undefined;
    percent?: number | undefined;
    borderWidth?: number | undefined;
    textStyle?: TextStyle[] | undefined;
    disabled?: boolean | undefined;
}

export default class PercentageCircle extends React.Component<PercentageCircleProps> {}

Additional Details

Credits

These definitions were written by Haseeb Majid.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/react-native-percentage-circle

Weekly Downloads

19

Version

1.0.5

License

MIT

Unpacked Size

3.88 kB

Total Files

5

Last publish

Collaborators

  • types