@balkangraph/orgchart.js 8.15.18 → 8.15.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/orgchart.d.ts CHANGED
@@ -3221,6 +3221,7 @@ declare namespace OrgChart {
3221
3221
  * let chart = new OrgChart('#tree', {
3222
3222
  * anim: {func: OrgChart.anim.outBack, duration: 500}
3223
3223
  * });
3224
+ * ```
3224
3225
  */
3225
3226
  enum anim {
3226
3227
  inPow,