@fruits-chain/react-native-xiaoshu
Version:
🌈 React Native UI library
20 lines (19 loc) • 703 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _index = require("../helpers/index.js");
var _dialogInstance = require("./dialog-instance.js");
var _style = require("./style.js");
var _default = exports.default = (0, _index.attachPropertiesToComponent)(_dialogInstance.Instance, {
varCreator: _style.varCreator,
styleCreator: _style.styleCreator,
confirm: _dialogInstance.confirm,
input: _dialogInstance.input,
Component: _dialogInstance.Component,
DialogComponent: _dialogInstance.DialogComponent,
Keyboard: _dialogInstance.Keyboard,
KeyboardComponent: _dialogInstance.KeyboardComponent
});
//# sourceMappingURL=index.js.map
;