Skip to content

Commit

Permalink
Fix bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
albertwoo committed Sep 10, 2024
1 parent daaafe0 commit 7c9eaba
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4307,7 +4307,8 @@ module DslCEInstances =
let FluentRadioGroup''<'TValue> = FluentRadioGroup'<'TValue>()
let FluentRating'' = FluentRating'()
let FluentSearch'' = FluentSearch'()
let FluentSlider''<'TValue when System.Numerics.INumber<'TValue>> = FluentSlider'<'TValue>()
let FluentSliderInt'' = FluentSliderInt'()
let FluentSliderFloat'' = FluentSliderFloat'()
let FluentSwitch'' = FluentSwitch'()
let FluentTextArea'' = FluentTextArea'()
let FluentTextField'' = FluentTextField'()
Expand Down

0 comments on commit 7c9eaba

Please sign in to comment.