UNPKG

@grafana/ui

Version:
12 lines (10 loc) 302 B
"use strict"; const DEFAULT_MIN_WIDTH = 8; function pickComboboxLayout(width, minWidth = DEFAULT_MIN_WIDTH, maxWidth) { if (width === "auto") { return { width: "auto", minWidth, maxWidth }; } return { width }; } export { pickComboboxLayout }; //# sourceMappingURL=pickComboboxLayout.mjs.map