gatsby-theme-joy-ui
Version:
A gatsby theme/plugin that uses Joy UI under the hood with customized components to work seamlessly with Gatsby!
12 lines (11 loc) • 357 B
JavaScript
;
exports.__esModule = true;
exports.pluginOptionsSchema = void 0;
var pluginOptionsSchema = function pluginOptionsSchema(_ref) {
var Joi = _ref.Joi;
return Joi.object({
emotionPluginConfig: Joi.object().unknown(true),
webFontsConfig: Joi.object().unknown(true)
}).optional();
};
exports.pluginOptionsSchema = pluginOptionsSchema;