@uifabric/experiments
Version:
Experimental React components for building experiences for Office 365.
22 lines • 712 B
JavaScript
/*!
* Copyright (C) Microsoft Corporation. All rights reserved.
*/
define(["require", "exports"], function (require, exports) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SidebarStylingConstants = {
/**
* The width of the sidebar when it is in the collapsed state
*/
sidebarWidth: '220px',
/**
* The width of the sidebar when it is in the collapsed state
*/
sidebarCollapsedWidth: '48px',
/**
* The width of the sidebar when it is in the collapsed state
*/
sidebarIconSize: '16px'
};
});
//# sourceMappingURL=Sidebar.types.js.map