UNPKG

@primer/primitives

Version:

Typography, spacing, and color primitives for Primer design system

8 lines (7 loc) 319 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const normal_1 = __importDefault(require("./normal")); exports.default = { normal: normal_1.default };