@dotconnor/grommet
Version:
focus on the essential experience
18 lines (13 loc) • 436 B
JavaScript
exports.__esModule = true;
exports["default"] = exports.Vars = exports.Theme = exports.Plain = exports.Background = void 0;
var _Background = require("./Background");
exports.Background = _Background.Background;
var _Simple = require("./Simple");
exports.Plain = _Simple.Plain;
exports.Theme = _Simple.Theme;
exports.Vars = _Simple.Vars;
var _default = {
title: 'Utilities/Grommet'
};
exports["default"] = _default;
;