Kaynağa Gözat

fix: add uuid as a type to Shape

Josh Ellis 4 yıl önce
ebeveyn
işleme
6cd0d55cd5
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  1. 5 0
      src/extras/core/Shape.d.ts

+ 5 - 0
src/extras/core/Shape.d.ts

@@ -13,6 +13,11 @@ export class Shape extends Path {
 	 */
 	type: string;
 
+	/**
+	 *
+	 */
+	uuid: string;
+
 	/**
 	 * @default []
 	 */