6 lines
135 B
TypeScript
Raw Normal View History

2022-01-02 10:37:33 -08:00
const Constants = {
2022-01-24 11:24:16 -08:00
NODE_SIZE: { width: 80, height: 30 },
ROOT_NODE_SIZE: { width: 120, height: 40 },
};
2022-01-02 10:37:33 -08:00
export default Constants;