Commit db93bb4b authored by Dida Adams Arizona's avatar Dida Adams Arizona

Merge branch 'GGMAC' into 'master'

update exports

See merge request !1536
parents 2b2d1289 ceac806f
......@@ -3,7 +3,7 @@ import React from 'react';
var mainColor = "#fff"
var secondColor = "#f6f6f6"
exports.customTable = function () {
export function customTable() {
return {
typography: {
useNextVariants: true,
......@@ -230,7 +230,7 @@ exports.customTable = function () {
}
}
exports.customTable2 = function () {
export function customTable2() {
return {
typography: {
useNextVariants: true,
......@@ -347,7 +347,7 @@ exports.customTable2 = function () {
}
}
exports.customTable3 = function () {
export function customTable3() {
return {
typography: {
useNextVariants: true,
......@@ -484,7 +484,7 @@ exports.customTable3 = function () {
}
}
exports.customTable4 = function () {
export function customTable4() {
return {
typography: {
useNextVariants: true,
......@@ -622,7 +622,7 @@ exports.customTable4 = function () {
}
}
exports.customOptions = function () {
export function customOptions() {
return {
// selectableRows: false,
selectableRows: 'none',
......@@ -639,7 +639,7 @@ exports.customOptions = function () {
}
}
exports.customOptions2 = function () {
export function customOptions2() {
return {
// selectableRows: false,
selectableRows: 'none',
......@@ -653,7 +653,7 @@ exports.customOptions2 = function () {
}
}
exports.customOptionsFixedColumn = function () {
export function customOptionsFixedColumn() {
return {
// selectableRows: false,
selectableRows: 'none',
......@@ -671,7 +671,7 @@ exports.customOptionsFixedColumn = function () {
}
}
exports.customOptionsManagementDocument = function () {
export function customOptionsManagementDocument() {
return {
// selectableRows: false,
selectableRows: 'none',
......@@ -688,7 +688,7 @@ exports.customOptionsManagementDocument = function () {
}
}
exports.customOptionsFixedColumnMonitoring = function () {
export function customOptionsFixedColumnMonitoring() {
return {
selectableRows: false,
selectableRows: 'none',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment