@shimotsuki/core 1.0.39 → 1.0.41

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/dist/index.d.ts CHANGED
@@ -569,6 +569,7 @@ type DataType<T> = UIComponentType$1<T> extends {
569
569
  props: infer U extends object;
570
570
  data: infer K extends object;
571
571
  } ? K : never;
572
+
572
573
  declare enum LayerType {
573
574
  UI = 0,
574
575
  /**加载 */