UNPKG

@lobehub/ui

Version:

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

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