1.0.5 • Published 5 months ago

@types/react-native-percentage-circle v1.0.5

Weekly downloads
234
License
MIT
Repository
github
Last release
5 months ago

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

// Type definitions for react-native-percentage-circle 1.0
// Project: https://github.com/JackPu/react-native-percentage-circle
// Definitions by: Haseeb Majid <https://github.com/hmajid2301>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8

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.

1.0.5

5 months ago

1.0.2

8 months ago

1.0.4

6 months ago

1.0.3

7 months ago

1.0.1

3 years ago

1.0.0

5 years ago