Skip to content

Commit fc140cb

Browse files
Add Class as alias of ClassName
1 parent b36e19e commit fc140cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Fable.React/Fable.Helpers.React.fs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ module Props =
114114
| Checked of bool
115115
| ClassID of string
116116
| ClassName of string
117+
/// Alias of ClassName
118+
| [<CompiledName("ClassName")>] Class of string
117119
| Cols of float
118120
| ColSpan of float
119121
| Content of string

0 commit comments

Comments
 (0)