11 lines
107 B
JavaScript
11 lines
107 B
JavaScript
|
|
|
|
export default class tableCell{
|
|
|
|
display = "table-cell";
|
|
|
|
layers = 1;
|
|
|
|
renderToDOM = true;
|
|
|
|
} |