'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;