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
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: Tue, 07 Nov 2023 09:09:39 GMT
- Dependencies: @types/react
Credits
These definitions were written by Christian Chown.