@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
9 lines (8 loc) • 394 B
text/typescript
import { DivProps } from "../../types/index.mjs";
import * as react16 from "react";
//#region src/DraggablePanel/components/DraggablePanelFooter.d.ts
type DraggablePanelFooterProps = DivProps;
declare const DraggablePanelFooter: react16.NamedExoticComponent<DivProps>;
//#endregion
export { DraggablePanelFooter, DraggablePanelFooterProps };
//# sourceMappingURL=DraggablePanelFooter.d.mts.map