@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
8 lines (7 loc) • 301 B
text/typescript
import { FloatingPanelProps } from "./type.mjs";
import * as _$react from "react";
//#region src/base-ui/FloatingPanel/FloatingPanel.d.ts
declare const FloatingPanel: _$react.NamedExoticComponent<FloatingPanelProps>;
//#endregion
export { FloatingPanel };
//# sourceMappingURL=FloatingPanel.d.mts.map