UNPKG

@thi.ng/imgui

Version:

Immediate mode GUI with flexible state handling & data only shape output

6 lines (5 loc) 159 B
import { isLayout } from "@thi.ng/layout/checks"; const layoutBox = (layout, spans) => isLayout(layout) ? layout.next(spans) : layout; export { layoutBox };