23 lines
639 B
JavaScript
23 lines
639 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
function _export(target, all) {
|
|
for(var name in all)Object.defineProperty(target, name, {
|
|
enumerable: true,
|
|
get: all[name]
|
|
});
|
|
}
|
|
_export(exports, {
|
|
RatingItemContext: function() {
|
|
return _RatingItemContext.RatingItemContext;
|
|
},
|
|
RatingItemProvider: function() {
|
|
return _RatingItemContext.RatingItemProvider;
|
|
},
|
|
useRatingItemContextValue_unstable: function() {
|
|
return _RatingItemContext.useRatingItemContextValue_unstable;
|
|
}
|
|
});
|
|
const _RatingItemContext = require("./RatingItemContext");
|