UNPKG

@lobehub/ui

Version:

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

7 lines 366 B
import { DivProps } from "../../types/index.mjs"; //#region src/DraggablePanel/components/DraggablePanelBody.d.ts type DraggablePanelBodyProps = DivProps; declare const DraggablePanelBody: import("react").NamedExoticComponent<DivProps>; //#endregion export { DraggablePanelBodyProps, DraggablePanelBody as default }; //# sourceMappingURL=DraggablePanelBody.d.mts.map