UNPKG

@atlaskit/editor-plugin-table

Version:

Table plugin for the @atlaskit/editor

10 lines (9 loc) 246 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EVEN_SHARE_RATIO = void 0; /** Each column's max width is `MAX × (usableWidth / numCols)`. */ var EVEN_SHARE_RATIO = exports.EVEN_SHARE_RATIO = { MAX: 2 };