amis-rpc-design/node_modules/@rc-component/portal/es/mock.js
2023-10-07 19:42:30 +08:00

7 lines
156 B
JavaScript

export var inline = false;
export function inlineMock(nextInline) {
if (typeof nextInline === 'boolean') {
inline = nextInline;
}
return inline;
}