You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/api/utility-types.md
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -101,3 +101,30 @@ Used to augment allowed TSX props in order to use non-declared props on TSX elem
101
101
:::tip
102
102
Augmentations must be placed in a module `.ts` or `.d.ts` file. See [Type Augmentation Placement](/guide/typescript/options-api.html#augmenting-global-properties) for more details.
103
103
:::
104
+
105
+
## CSSProperties
106
+
107
+
Used to augment allowed values in style property bindings.
0 commit comments