wisemapping-frontend/packages/mindplot/test/unit/layout/Constants.ts

6 lines
137 B
TypeScript
Raw Normal View History

2022-01-02 19:37:33 +01:00
const Constants = {
NODE_SIZE: { width: 80, height: 30 },
ROOT_NODE_SIZE: { width: 120, height: 40 }
}
export default Constants;