wisemapping-frontend/packages/mindplot/test/unit/layout/Constants.ts
2022-01-24 11:40:01 -08:00

6 lines
135 B
TypeScript

const Constants = {
NODE_SIZE: { width: 80, height: 30 },
ROOT_NODE_SIZE: { width: 120, height: 40 },
};
export default Constants;