Files
planet/frontend/node_modules/@rc-component/portal/es/mock.js
2026-03-05 11:46:58 +08:00

7 lines
156 B
JavaScript

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