@plait/draw
Version:
Implementation of the core logic of the flowchart drawing tool plugin.
22 lines (21 loc) • 573 B
TypeScript
export declare const SWIMLANE_HEADER_SIZE = 42;
export declare const DefaultSwimlaneVerticalWithHeaderProperty: {
width: number;
height: number;
};
export declare const DefaultSwimlaneHorizontalWithHeaderProperty: {
width: number;
height: number;
};
export declare const DefaultSwimlaneVerticalProperty: {
width: number;
height: number;
};
export declare const DefaultSwimlaneHorizontalProperty: {
width: number;
height: number;
};
export declare const DefaultSwimlanePropertyMap: Record<string, {
width: number;
height: number;
}>;