UNPKG

@atlaskit/primitives

Version:

Primitives are token-backed low-level building blocks.

13 lines (12 loc) 370 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SurfaceContext = void 0; var _react = require("react"); /** * __Surface context__ * * A surface context provides context information on the current background (if set). */ var SurfaceContext = exports.SurfaceContext = /*#__PURE__*/(0, _react.createContext)('elevation.surface');