UNPKG

@stackbit/sdk

Version:
10 lines 882 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.STYLE_PROPS_VALUES = exports.STYLE_PROPS = exports.FIELD_TYPES = exports.CMS_NAMES = exports.SSG_NAMES = void 0; var types_1 = require("@stackbit/types"); Object.defineProperty(exports, "SSG_NAMES", { enumerable: true, get: function () { return types_1.SSG_NAMES; } }); Object.defineProperty(exports, "CMS_NAMES", { enumerable: true, get: function () { return types_1.CMS_NAMES; } }); Object.defineProperty(exports, "FIELD_TYPES", { enumerable: true, get: function () { return types_1.FIELD_TYPES; } }); Object.defineProperty(exports, "STYLE_PROPS", { enumerable: true, get: function () { return types_1.STYLE_PROPS; } }); Object.defineProperty(exports, "STYLE_PROPS_VALUES", { enumerable: true, get: function () { return types_1.STYLE_PROPS_VALUES; } }); //# sourceMappingURL=config-consts.js.map