UNPKG

@lobehub/ui

Version:

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

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