Skip to content

Commit 259f5a7

Browse files
danyx23alfonsogarciacaro
authored andcommitted
Add link to string enum docs
1 parent c787cd0 commit 259f5a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/using-third-party-react-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ type ProgressProps =
3131
| StrokeColor of string
3232
```
3333

34-
If one of the props is treated as a string enum in Javascript (e.g. if there is a size prop with the supported values "small", "normal" and "big"), then the `[<StringEnum>]` attribute can be very useful for defining helper types:
34+
If one of the props is treated as a string enum in Javascript (e.g. if there is a size prop with the supported values "small", "normal" and "big"), then the `[<StringEnum>]` attribute can be very useful for defining helper types (see the [StringEnum docs](http://fable.io/docs/interacting.html#stringenum-attribute) for more info):
3535

3636
```fsharp
3737
[<StringEnum>]

0 commit comments

Comments
 (0)