UNPKG

@lobehub/ui

Version:

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

6 lines (5 loc) 242 B
/// <reference types="react" /> import { type DivProps } from "../../types"; export type DraggablePanelBodyProps = DivProps; declare const DraggablePanelBody: import("react").NamedExoticComponent<DivProps>; export default DraggablePanelBody;