UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

16 lines 525 B
import * as tslib_1 from "tslib"; import { hiddenContentStyle, ZIndexes } from '../../Styling'; export var getLayerStyles = function (props) { return { root: [{ // Prioritize the Keytips above all other Layers zIndex: ZIndexes.KeytipLayer }] }; }; export var getStyles = function (props) { return { innerContent: [tslib_1.__assign({}, hiddenContentStyle, { visibility: 'hidden' })] }; }; //# sourceMappingURL=KeytipLayer.styles.js.map