UNPKG

@lobehub/ui

Version:

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

6 lines 274 B
import { FloatingPanelProps } from "./type.mjs"; //#region src/base-ui/FloatingPanel/FloatingPanel.d.ts declare const FloatingPanel: import("react").NamedExoticComponent<FloatingPanelProps>; //#endregion export { FloatingPanel }; //# sourceMappingURL=FloatingPanel.d.mts.map