UNPKG

@equinor/eds-core-react

Version:

The React implementation of the Equinor Design System

18 lines (15 loc) 236 B
import { tokens } from '@equinor/eds-tokens'; const { elevation, colors: { ui: { background__default: { rgba: background } } } } = tokens; const paper = { background }; export { elevation, paper };