UNPKG

@wix/design-system

Version:

@wix/design-system

22 lines (21 loc) 732 B
"use strict"; exports.__esModule = true; var _exportNames = { Heading: true, APPEARANCES: true, SIZE: true }; exports.SIZE = exports.Heading = exports.APPEARANCES = void 0; var _Heading = require("./Heading"); exports.Heading = _Heading.Heading; var _Heading2 = require("./Heading.types"); Object.keys(_Heading2).forEach(function (key) { if (key === "default" || key === "__esModule") return; if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; if (key in exports && exports[key] === _Heading2[key]) return; exports[key] = _Heading2[key]; }); var _Heading3 = require("./Heading.constants"); exports.APPEARANCES = _Heading3.APPEARANCES; exports.SIZE = _Heading3.SIZE; //# sourceMappingURL=index.js.map