UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

7 lines (6 loc) 218 B
import { PropsWithChildren } from 'react'; interface PreviewProps extends PropsWithChildren { visible?: boolean; } declare const Preview: import("react").NamedExoticComponent<PreviewProps>; export default Preview;