UNPKG

alinea

Version:

[![npm](https://img.shields.io/npm/v/alinea.svg)](https://npmjs.org/package/alinea) [![install size](https://packagephobia.com/badge?p=alinea)](https://packagephobia.com/result?p=alinea)

7 lines (6 loc) 295 B
import { LivePreview } from '../entry/EntryPreview.js'; export interface BrowserPreviewProps { url: string; registerLivePreview(api: LivePreview): void; } export declare function BrowserPreview({ url, registerLivePreview }: BrowserPreviewProps): import("react/jsx-runtime").JSX.Element;