UNPKG

@atlaskit/editor-core

Version:

A package contains Atlassian editor core functionality

9 lines (8 loc) 216 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isFullPage = isFullPage; function isFullPage(appearance) { return appearance === 'full-page' || appearance === 'full-width'; }