UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Microsoft 365.

16 lines 437 B
define(["require", "exports"], function (require, exports) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getStyles = function (props) { return { root: { padding: 2, outline: 'none', }, tableCell: { padding: 0, }, }; }; }); //# sourceMappingURL=ButtonGrid.styles.js.map