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 f8dfbe7 commit 8dbda21Copy full SHA for 8dbda21
docs/docs/communicate/js-from-fable.md
@@ -188,8 +188,8 @@ we could use the same method we used with `alert.js`:
188
open Fable.Core.JsInterop // needed to call interop tools
189
190
type ICanvas =
191
- abstract drawSmiley: (id:string) -> unit
192
- abstract drawBubble: (id:string) -> unit
+ abstract drawSmiley: string -> unit
+ abstract drawBubble: string -> unit
193
194
[<ImportAll("path/to/Canvas.js")>]
195
let mylib: ICanvas = jsNative
0 commit comments