UNPKG

airbridge-react-native-sdk

Version:

Airbridge SDK for React Native

3 lines (2 loc) 146 B
export type Interactor = {}; export declare const createInteractor: <ActualInteractor extends Interactor>(nativeModule: any) => ActualInteractor;