UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

9 lines (5 loc) 278 B
'use strict'; var themePreval = require('./theme-preval.js'); // NOTE: for now, ThemeColors and ThemeShadows are handcrafted types. It would be nice if these // were exports from primitives (or a different shape but derived from those exports). module.exports = themePreval;