UNPKG

@atlaskit/primitives

Version:

Primitives are token-backed low-level building blocks.

7 lines 235 B
import { createContext } from 'react'; /** * __Surface context__ * * A surface context provides context information on the current background (if set). */ export var SurfaceContext = /*#__PURE__*/createContext('elevation.surface');