1.0.5 • Published 1 year ago
@types/react-native-android-taskdescription v1.0.5
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.