@mastergo/plugin-typings 2.8.3-beta.0 → 2.8.4-beta.0

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -2446,6 +2446,8 @@ declare global {
2446
2446
  readonly cover: string
2447
2447
  readonly width: number
2448
2448
  readonly height: number
2449
+ /** 如果 Component 属于某一个 ComponentSet,则 componentSetUkey 为 ComponentSet 的 ukey, 否则为空字符串 */
2450
+ readonly componentSetUkey: string
2449
2451
  }
2450
2452
 
2451
2453
  interface TeamLibraryStyle {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastergo/plugin-typings",
3
- "version": "2.8.3-beta.0",
3
+ "version": "2.8.4-beta.0",
4
4
  "description": "MasterGo插件API声明文件",
5
5
  "main": "",
6
6
  "types": "dist/index.d.ts",