UNPKG

@equinor/eds-core-react

Version:

The React implementation of the Equinor Design System

18 lines (15 loc) 221 B
import { tokens } from '@equinor/eds-tokens'; const { shape: { corners: { borderRadius } } } = tokens; const group = { border: { type: 'border', radius: borderRadius } }; export { group };