mirror of
https://github.com/bpmn-io/bpmn-js.git
synced 2025-08-06 18:24:33 +08:00
5 lines
95 B
JavaScript
5 lines
95 B
JavaScript
/**
|
|
* @typedef {Object} Colors
|
|
* @property {string} [fill]
|
|
* @property {string} [stroke]
|
|
*/ |