UNPKG

rozenite-preview

Version:

A Rozenite plugin that lets you select React Native components in DevTools and preview them live on your simulator. Ideal for rapid UI development, component testing, and debugging complex apps.

8 lines (7 loc) 258 B
import { JSX } from 'react'; interface PreviewHostProps { children?: React.ReactNode; } export declare function PreviewHost(props: PreviewHostProps): JSX.Element; export declare const PreviewHostImpl: (props: PreviewHostProps) => JSX.Element; export {};