UNPKG

@atlaskit/primitives

Version:

Primitives are token-backed low-level building blocks.

10 lines (9 loc) 272 B
import type { BackgroundColorToken } from './types'; /** * __useSurface__ * * Return the current surface. If no parent sets a surface color it falls back to the default surface. * * @see SurfaceContext */ export declare const useSurface: () => BackgroundColorToken;