amis-rpc-design/node_modules/@rc-component/portal/es/mock.js

7 lines
156 B
JavaScript
Raw Normal View History

2023-10-07 19:42:30 +08:00
export var inline = false;
export function inlineMock(nextInline) {
if (typeof nextInline === 'boolean') {
inline = nextInline;
}
return inline;
}