Skip to content

Commit

Permalink
fix(attributify): add some missing types for jsx (#3529)
Browse files Browse the repository at this point in the history
  • Loading branch information
xsjcTony committed Jan 26, 2024
1 parent 8732c5c commit 8505f48
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/preset-attributify/src/jsx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ export type TwoStringsCompositionSuffix =
| 'l'
| 't'
| 'a'
| 'x'
| 'y'

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

0 comments on commit 8505f48

Please sign in to comment.