@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
6 lines • 580 B
text/typescript
import { FloatingSheetProps } from "./type.mjs";
//#region src/base-ui/FloatingSheet/FloatingSheet.d.ts
declare function FloatingSheet({ open: openProp, onOpenChange, defaultOpen, snapPoints: snapPointsProp, activeSnapPoint: activeSnapPointProp, onSnapPointChange, minHeight: minHeightProp, maxHeight: maxHeightProp, restingHeight: restingHeightProp, mode, variant, width, title, headerActions, dismissible, closeThreshold, children, className }: FloatingSheetProps): import("react").JSX.Element;
//#endregion
export { FloatingSheet };
//# sourceMappingURL=FloatingSheet.d.mts.map