UNPKG

@atlaskit/primitives

Version:

Primitives are token-backed low-level building blocks.

9 lines (8 loc) 279 B
import { type Context } from 'react'; import type { BackgroundColorToken } from './types'; /** * __Surface context__ * * A surface context provides context information on the current background (if set). */ export declare const SurfaceContext: Context<BackgroundColorToken>;