Files
bpmn-js/lib/util/Types.ts
2023-04-19 12:18:42 +02:00

4 lines
61 B
TypeScript

export type Colors = {
fill?: string;
stroke?: string;
};