0.1.5 • Published 1 year ago
@types/react-native-datawedge-intents v0.1.5
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.