Skip to content

Commit 072e230

Browse files
authored
Merge pull request Prolucid#2 from angrydexterous/master
added type to chips for delete callback
2 parents 886474a + 7824f8d commit 072e230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Fable.Helpers.ReactToolbox.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ type ChipTheme =
279279
type ChipProps =
280280
| Children of React.ReactNode
281281
| Deletable of bool
282-
| OnDeleteClick of Function
282+
| OnDeleteClick of (unit -> unit)
283283
| Theme of ChipTheme
284284
interface IReactToolboxProp
285285
let Chip = importDefault<ComponentClass<IHTMLProp list>> "react-toolbox/lib/chip"

0 commit comments

Comments
 (0)