UNPKG

@brizy/ui

Version:
6 lines (5 loc) 194 B
import { PropsWithChildren, ReactElement } from "react"; export interface Props { url: string; } export declare const Preview: ({ url, children }: PropsWithChildren<Props>) => ReactElement;