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

5 lines
95 B
JavaScript

/**
* @typedef {Object} Colors
* @property {string} [fill]
* @property {string} [stroke]
*/