UNPKG

@atlaskit/eslint-plugin-design-system

Version:

The essential plugin for use with the Atlassian Design System.

8 lines (7 loc) 256 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultFontWeight = void 0; var _fontWeightMap = require("./font-weight-map"); var defaultFontWeight = exports.defaultFontWeight = _fontWeightMap.fontWeightMap.regular;