UNPKG

@gzued/antd-compiled

Version:

Pre-bundled Ant Design 4.x and related dependencies for @gzued packages

15 lines (14 loc) 322 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.inline = void 0; exports.inlineMock = inlineMock; var inline = false; exports.inline = inline; function inlineMock(nextInline) { if (typeof nextInline === 'boolean') { exports.inline = inline = nextInline; } return inline; }