Skip to content

Commit 8505f48

Browse files
authored
fix(attributify): add some missing types for jsx (#3529)
1 parent 8732c5c commit 8505f48

File tree

1 file changed

+3
-0
lines changed
  • packages/preset-attributify/src

1 file changed

+3
-0
lines changed

packages/preset-attributify/src/jsx.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ export type TwoStringsCompositionSuffix =
88
| 'l'
99
| 't'
1010
| 'a'
11+
| 'x'
12+
| 'y'
1113

1214
/** Some words can compose with two strings to become a complete unocss rule such as ha, mr, mb */
1315
export type TwoStringsComposition = `${TwoStringsCompositionPrefix}${TwoStringsCompositionSuffix}` | 'ha' | 'wa'
@@ -113,6 +115,7 @@ export type SeparateEnabled =
113115
| 'ring'
114116
| 'select'
115117
| 'shadow'
118+
| 'size'
116119
| 'space'
117120
| 'table'
118121
| 'text'

0 commit comments

Comments
 (0)