UNPKG

@equinor/eds-core-react

Version:

The React implementation of the Equinor Design System

17 lines (14 loc) 210 B
import { tokens } from '@equinor/eds-tokens'; const { colors: { ui: { background__scrim: { rgba: background } } } } = tokens; const scrim = { background }; export { scrim };