/** * Re-export floating sheet helpers from the design system package. */ export { FLOATING_SHEET_CHROME_CLASS, FLOATING_SHEET_COMPACT_WIDTH, FLOATING_SHEET_DESKTOP_WIDTH, floatingSheetWidthClass, getFloatingSheetInsetProps, useCompactFloatingSheet, type FloatingSheetSide, } from "@exxatdesignux/ui/lib/floating-sheet-panel"