UNPKG

cozy-intent

Version:

Event-based library allowing interactions between React-Native and React applications

4 lines (3 loc) 143 B
import React from 'react'; import { NativeService } from '../../api'; export declare const NativeContext: React.Context<void | NativeService>;