UNPKG

375 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.getStyles = void 0;
4var getStyles = function (props) {
5 return {
6 root: {
7 padding: 2,
8 outline: 'none',
9 },
10 tableCell: {
11 padding: 0,
12 },
13 };
14};
15exports.getStyles = getStyles;
16//# sourceMappingURL=ButtonGrid.styles.js.map
\No newline at end of file