@plait/mind
Version:
Implementation of the core logic of the mind map plugin.
21 lines (20 loc) • 389 B
TypeScript
export declare const DefaultAbstractNodeStyle: {
branch: {
color: string;
width: number;
};
shape: {
strokeColor: string;
strokeWidth: number;
};
};
export declare const DefaultNodeStyle: {
branch: {
width: number;
};
shape: {
rectangleRadius: number;
strokeWidth: number;
fill: string;
};
};