@nex-ui/styled
Version:
Styled API for creating atomic, theme-aware component styling.
19 lines (12 loc) • 478 B
JavaScript
;
var styled = require('./styled.cjs');
var nex = require('./nex.cjs');
var isPropValid = require('@emotion/is-prop-valid');
function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
var isPropValid__default = /*#__PURE__*/_interopDefault(isPropValid);
exports.styled = styled.styled;
exports.nex = nex.nex;
Object.defineProperty(exports, "isPropValid", {
enumerable: true,
get: function () { return isPropValid__default.default; }
});