UNPKG

cozy-intent

Version:

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

4 lines (3 loc) 151 B
import React from 'react'; import { WebviewService } from '../../api'; export declare const WebviewContext: React.Context<WebviewService | undefined>;