UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

18 lines 693 B
define(["require", "exports", "tslib", "../../Styling"], function (require, exports, tslib_1, Styling_1) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getLayerStyles = function (props) { return { root: [{ // Prioritize the Keytips above all other Layers zIndex: Styling_1.ZIndexes.KeytipLayer }] }; }; exports.getStyles = function (props) { return { innerContent: [tslib_1.__assign({}, Styling_1.hiddenContentStyle, { visibility: 'hidden' })] }; }; }); //# sourceMappingURL=KeytipLayer.styles.js.map