@plait/draw
Version:
Implementation of the core logic of the flowchart drawing tool plugin.
27 lines (26 loc) • 473 B
TypeScript
export declare const DrawThemeColors: {
default: {
strokeColor: string;
fill: string;
};
colorful: {
strokeColor: string;
fill: string;
};
soft: {
strokeColor: string;
fill: string;
};
retro: {
strokeColor: string;
fill: string;
};
dark: {
strokeColor: string;
fill: string;
};
starry: {
strokeColor: string;
fill: string;
};
};