@antmjs/vantui
Version:
一套适用于Taro3及React的vantui组件库
22 lines (21 loc) • 644 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.Notify = Notify;
exports.default = void 0;
var _createOnlyNotify = require("./create-only-notify");
var _node = require("./node");
var _jsxRuntime = require("react/jsx-runtime");
// @ts-ignore
// eslint-disable-next-line @typescript-eslint/no-unused-vars
function Notify(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_jsxRuntime.Fragment, {});
}
Notify.show = _node.show;
Notify.clear = _node.hide;
Notify.createOnlyNotify = function () {
return (0, _createOnlyNotify.createOnlyNotify)(Notify);
};
var _default = Notify;
exports.default = _default;