@atlaskit/editor-common
Version:
A package that contains common classes and components for editor and renderer
12 lines (10 loc) • 323 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.TOOLBAR_DOCKING_POSITIONS = void 0;
var TOOLBAR_DOCKING_POSITIONS = exports.TOOLBAR_DOCKING_POSITIONS = ['top', 'none'];
/**
* This type should contain all the user preferences
* And we do expect all the attributes to be defined
*/