mirror of
https://github.com/markmanx/isoflow.git
synced 2025-02-08 20:32:07 +00:00
5 lines
66 B
TypeScript
5 lines
66 B
TypeScript
|
export const NODE_DEFAULTS = {
|
||
|
label: '',
|
||
|
labelHeight: 100
|
||
|
};
|