Private
Public Access
1
0
Files

29 lines
835 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, {
Dialog: function() {
return _Dialog.Dialog;
},
renderDialog_unstable: function() {
return _renderDialog.renderDialog_unstable;
},
useDialogContextValues_unstable: function() {
return _useDialogContextValues.useDialogContextValues_unstable;
},
useDialog_unstable: function() {
return _useDialog.useDialog_unstable;
}
});
const _Dialog = require("./Dialog");
const _renderDialog = require("./renderDialog");
const _useDialog = require("./useDialog");
const _useDialogContextValues = require("./useDialogContextValues");