We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f6049d commit 1344474Copy full SHA for 1344474
Fable.Helpers.ReactToolbox.fs
@@ -321,6 +321,7 @@ type DatePickerProps =
321
| OnChange of Function
322
| OnEscKeyDown of Function
323
| OnOverlayClick of Function
324
+ | Readonly of bool
325
| Theme of DatePickerTheme
326
| Value of U2<DateTime, string>
327
interface IReactToolboxProp
@@ -991,4 +992,4 @@ type TooltipProps =
991
992
| TooltipHideOnClick of bool
993
994
let Tooltip = importDefault<ComponentClass<IHTMLProp list>> "react-toolbox/lib/tooltip"
-let inline tooltip b c = Fable.Helpers.React.from Tooltip b c
995
+let inline tooltip b c = Fable.Helpers.React.from Tooltip b c
0 commit comments