UNPKG

@react-three/uikit

Version:

Build performant 3D user interfaces with react-three-fiber and yoga.

5 lines (4 loc) 110 B
import { useParent } from './context.js'; export function useRootSize() { return useParent().root.size; }