@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.
- package/dist/index.d.ts +2 -0
- 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 {
|