@sanity/preview-kit
Version:
General purpose utils for live content and visual editing
23 lines (22 loc) • 560 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: !0 });
var client = require("@sanity/client");
Object.defineProperty(exports, "createClient", {
enumerable: !0,
get: function() {
return client.createClient;
}
});
Object.defineProperty(exports, "unstable__adapter", {
enumerable: !0,
get: function() {
return client.unstable__adapter;
}
});
Object.defineProperty(exports, "unstable__environment", {
enumerable: !0,
get: function() {
return client.unstable__environment;
}
});
//# sourceMappingURL=client.cjs.map