UNPKG

@equinor/eds-core-react

Version:

The React implementation of the Equinor Design System

13 lines (10 loc) 172 B
import { tokens } from '@equinor/eds-tokens'; const { typography: { paragraph } } = tokens; const list = { typography: paragraph.body_short }; export { list };