0.1.5 • Published 6 months ago

@types/react-native-datawedge-intents v0.1.5

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

Installation

npm install --save @types/react-native-datawedge-intents

Summary

This package contains type definitions for react-native-datawedge-intents (https://github.com/darryncampbell/react-native-datawedge-intents#readme).

Details

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

index.d.ts

// Type definitions for react-native-datawedge-intents 0.1
// Project: https://github.com/darryncampbell/react-native-datawedge-intents#readme
// Definitions by: DefinitelyTyped <https://github.com/DefinitelyTyped>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

interface ExtrasObject {
    action: string;
    extras?: object | undefined;
}

interface FilterObject {
    filterActions: ReadonlyArray<string>;
    filterCategories: ReadonlyArray<string>;
}

declare const DataWedgeIntents: {
    sendBroadcastWithExtras: (extrasObject: ExtrasObject) => void;
    registerBroadcastReceiver: (filter: FilterObject) => void;
};

export = DataWedgeIntents;

Additional Details

  • Last updated: Thu, 23 Dec 2021 23:35:39 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by DefinitelyTyped.

0.1.4

6 months ago

0.1.3

7 months ago

0.1.5

6 months ago

0.1.2

2 years ago

0.1.1

3 years ago

0.1.0

4 years ago