1.0.5 • Published 6 months ago

@types/react-native-android-taskdescription v1.0.5

Weekly downloads
4
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/react-native-android-taskdescription

Summary

This package contains type definitions for react-native-android-taskdescription (https://github.com/jwarby/react-native-android-taskdescription).

Details

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

index.d.ts

// Type definitions for react-native-android-taskdescription 1.0
// Project: https://github.com/jwarby/react-native-android-taskdescription
// Definitions by: Christian Chown <https://github.com/christianchown>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8

import * as React from 'react';

export interface ReactNativeAndroidTaskDescriptionProps {
  backgroundColor?: string | undefined;
  label?: string | undefined;
}

export default class ReactNativeAndroidTaskDescription extends React.Component<ReactNativeAndroidTaskDescriptionProps> {}

Additional Details

  • Last updated: Thu, 08 Jul 2021 20:20:58 GMT
  • Dependencies: @types/react
  • Global values: none

Credits

These definitions were written by Christian Chown.

1.0.5

6 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

3 years ago

1.0.1

6 years ago

1.0.0

6 years ago