UNPKG

@formidable-webview/webshell

Version:

🔥 Craft Robust React Native WebView-based components with ease.

7 lines (6 loc) • 193 B
// We're avoiding @types/jsdom because they require DOM lib, which in turn // conflicts with node types. declare module 'jsdom' { type JSDOMStatic = any; export const JSDOM: JSDOMStatic; }