UNPKG

@atlaskit/primitives

Version:

Primitives are token-backed low-level building blocks.

4 lines (3 loc) 166 B
import type { Context } from 'react'; import type { BackgroundColorToken } from './types'; export declare const UNSAFE_SurfaceContext: Context<BackgroundColorToken>;