first commit
This commit is contained in:
7
frontend/node_modules/@rc-component/portal/es/mock.js
generated
vendored
Normal file
7
frontend/node_modules/@rc-component/portal/es/mock.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
export var inline = false;
|
||||
export function inlineMock(nextInline) {
|
||||
if (typeof nextInline === 'boolean') {
|
||||
inline = nextInline;
|
||||
}
|
||||
return inline;
|
||||
}
|
||||
Reference in New Issue
Block a user