mirror of
https://github.com/bpmn-io/bpmn-js.git
synced 2025-08-06 18:24:33 +08:00
4 lines
61 B
TypeScript
4 lines
61 B
TypeScript
export type Colors = {
|
|
fill?: string;
|
|
stroke?: string;
|
|
}; |