/** Specifies how a floating panel behaves when its trigger scrolls. */ export type FloatingPanelScrollStrategy = "hide" | "reposition"; //# sourceMappingURL=FloatingPanelScrollStrategy.d.ts.map