UNPKG

admin-bro

Version:
10 lines (7 loc) 257 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.display = void 0; const display = isTitle => [isTitle ? 'table-cell' : 'none', isTitle ? 'table-cell' : 'none', 'table-cell', 'table-cell']; exports.display = display;