UNPKG

alinea

Version:
4 lines (3 loc) 200 B
import type { PropsWithChildren } from 'react'; export type PreviewProps = PropsWithChildren<{}>; export declare function Preview({ children }: PreviewProps): import("react/jsx-runtime").JSX.Element;