Files
Unify/application/elements/tableCell.js
2025-12-25 11:16:59 +01:00

11 lines
107 B
JavaScript

export default class tableCell{
display = "table-cell";
layers = 1;
renderToDOM = true;
}