mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-11 01:43:23 +01:00
6 lines
137 B
TypeScript
6 lines
137 B
TypeScript
const Constants = {
|
|
NODE_SIZE: { width: 80, height: 30 },
|
|
ROOT_NODE_SIZE: { width: 120, height: 40 }
|
|
}
|
|
export default Constants;
|