office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
9 lines • 437 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var Utilities_1 = require("../../Utilities");
var KeytipLayer_base_1 = require("./KeytipLayer.base");
var KeytipLayer_styles_1 = require("./KeytipLayer.styles");
exports.KeytipLayer = Utilities_1.styled(KeytipLayer_base_1.KeytipLayerBase, KeytipLayer_styles_1.getStyles, undefined, {
scope: 'KeytipLayer'
});
//# sourceMappingURL=KeytipLayer.js.map
;