UNPKG

@lobehub/ui

Version:

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

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