UNPKG

react-resizable-panels

Version:

React components for resizable panel groups/layouts

6 lines (5 loc) 183 B
export function getInputType(): "coarse" | "fine" | undefined { if (typeof matchMedia === "function") { return matchMedia("(pointer:coarse)").matches ? "coarse" : "fine"; } }