first commit
This commit is contained in:
15
frontend/node_modules/@rc-component/portal/lib/mock.js
generated
vendored
Normal file
15
frontend/node_modules/@rc-component/portal/lib/mock.js
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.inline = void 0;
|
||||
exports.inlineMock = inlineMock;
|
||||
var inline = false;
|
||||
exports.inline = inline;
|
||||
function inlineMock(nextInline) {
|
||||
if (typeof nextInline === 'boolean') {
|
||||
exports.inline = inline = nextInline;
|
||||
}
|
||||
return inline;
|
||||
}
|
||||
Reference in New Issue
Block a user