Files
video-gen/video-gen-admin/node_modules/@rc-component/portal/es/mock.js
T
2026-05-25 17:08:18 +08:00

7 lines
156 B
JavaScript

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