@mastergo/plugin-typings 2.15.1-beta.1 → 2.15.1-beta.2
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 +0 -6
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1731,10 +1731,6 @@ declare global {
|
|
|
1731
1731
|
| 'CORNER_RADIUS'
|
|
1732
1732
|
| 'PADDING'
|
|
1733
1733
|
| 'SPACING'
|
|
1734
|
-
| 'NUMBER'
|
|
1735
|
-
| 'STRING'
|
|
1736
|
-
| 'BOOLEAN'
|
|
1737
|
-
| 'COLOR'
|
|
1738
1734
|
type NodeStyleType =
|
|
1739
1735
|
| 'fill'
|
|
1740
1736
|
| 'strokeFill'
|
|
@@ -3297,8 +3293,6 @@ declare global {
|
|
|
3297
3293
|
? PaddingStyle
|
|
3298
3294
|
: T extends 'SPACING'
|
|
3299
3295
|
? SpacingStyle
|
|
3300
|
-
: T extends 'NUMBER' | 'STRING' | 'BOOLEAN' | 'COLOR'
|
|
3301
|
-
? Variable
|
|
3302
3296
|
: never
|
|
3303
3297
|
|
|
3304
3298
|
type NodeStyleReturnType<T extends NodeStyleType> = T extends 'fill'
|