UNPKG

@atlaskit/page-layout

Version:

A collection of components which let you compose an application's page layout.

42 lines (41 loc) 1.01 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "BANNER_HEIGHT", { enumerable: true, get: function get() { return _constants.BANNER_HEIGHT; } }); Object.defineProperty(exports, "LEFT_PANEL_WIDTH", { enumerable: true, get: function get() { return _constants.LEFT_PANEL_WIDTH; } }); Object.defineProperty(exports, "LEFT_SIDEBAR_WIDTH", { enumerable: true, get: function get() { return _constants.LEFT_SIDEBAR_WIDTH; } }); Object.defineProperty(exports, "RIGHT_PANEL_WIDTH", { enumerable: true, get: function get() { return _constants.RIGHT_PANEL_WIDTH; } }); Object.defineProperty(exports, "RIGHT_SIDEBAR_WIDTH", { enumerable: true, get: function get() { return _constants.RIGHT_SIDEBAR_WIDTH; } }); Object.defineProperty(exports, "TOP_NAVIGATION_HEIGHT", { enumerable: true, get: function get() { return _constants.TOP_NAVIGATION_HEIGHT; } }); var _constants = require("../common/constants");