UNPKG

@atlaskit/editor-common

Version:

A package that contains common classes and components for editor and renderer

8 lines (7 loc) 246 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ICON_SIZE_THRESOLD = void 0; /** Height threshold that determines icon size to be small or medium */ var ICON_SIZE_THRESOLD = exports.ICON_SIZE_THRESOLD = 24;