1
1
2
2
3
- import * as List from "bs-platform /lib/es6/list.js" ;
4
- import * as Belt_Option from "bs-platform /lib/es6/belt_Option.js" ;
3
+ import * as List from "rescript /lib/es6/list.js" ;
4
+ import * as Belt_Option from "rescript /lib/es6/belt_Option.js" ;
5
5
import * as React from "@storybook/react" ;
6
- import * as Js_null_undefined from "bs-platform /lib/es6/js_null_undefined.js" ;
6
+ import * as Js_null_undefined from "rescript /lib/es6/js_null_undefined.js" ;
7
7
import * as React$1 from "@storybook/addon-knobs/react" ;
8
8
9
- var Story = { } ;
9
+ var Story = { } ;
10
10
11
11
function createStory ( title , decorators , _module , param ) {
12
12
var story = React . storiesOf ( title , _module ) ;
13
13
List . iter ( ( function ( dec ) {
14
14
story . addDecorator ( dec ) ;
15
- return /* () */ 0 ;
15
+
16
16
} ) , decorators ) ;
17
17
return {
18
18
add : ( function ( name , c ) {
19
19
story . add ( name , c ) ;
20
- return /* () */ 0 ;
20
+
21
21
} )
22
22
} ;
23
23
}
@@ -26,7 +26,7 @@ var Main = {
26
26
createStory : createStory
27
27
} ;
28
28
29
- var Notes = { } ;
29
+ var Notes = { } ;
30
30
31
31
function text ( label , defaultValue , param ) {
32
32
return React$1 . text ( label , Js_null_undefined . fromOption ( defaultValue ) ) ;
@@ -52,9 +52,9 @@ var Knobs = {
52
52
button : button
53
53
} ;
54
54
55
- var Addons = { } ;
55
+ var Addons = { } ;
56
56
57
- var Action = { } ;
57
+ var Action = { } ;
58
58
59
59
var bsExports = [ "$$default" ] ;
60
60
@@ -77,7 +77,7 @@ function addMeta(csfStory, name, decorators, parameters, param) {
77
77
decorators : Js_null_undefined . fromOption ( decorators ) ,
78
78
parameters : Js_null_undefined . fromOption ( parameters )
79
79
} ;
80
- return /* () */ 0 ;
80
+
81
81
}
82
82
83
83
var CSF = {
0 commit comments