forked from nteract/nteract
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvega-embed_vx.x.x.js
67 lines (58 loc) · 1.74 KB
/
vega-embed_vx.x.x.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
// flow-typed signature: 3259695fabced6a483da9832fb2d4d67
// flow-typed version: <<STUB>>/vega-embed_v^2.2.0/flow_v0.38.0
/**
* This is an autogenerated libdef stub for:
*
* 'vega-embed'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/
declare module 'vega-embed' {
declare module.exports: any;
}
/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module 'vega-embed/scripts/schema' {
declare module.exports: any;
}
declare module 'vega-embed/src/embed' {
declare module.exports: any;
}
declare module 'vega-embed/src/parameter' {
declare module.exports: any;
}
declare module 'vega-embed/src/post' {
declare module.exports: any;
}
declare module 'vega-embed/vega-embed' {
declare module.exports: any;
}
declare module 'vega-embed/vega-embed.min' {
declare module.exports: any;
}
// Filename aliases
declare module 'vega-embed/scripts/schema.js' {
declare module.exports: $Exports<'vega-embed/scripts/schema'>;
}
declare module 'vega-embed/src/embed.js' {
declare module.exports: $Exports<'vega-embed/src/embed'>;
}
declare module 'vega-embed/src/parameter.js' {
declare module.exports: $Exports<'vega-embed/src/parameter'>;
}
declare module 'vega-embed/src/post.js' {
declare module.exports: $Exports<'vega-embed/src/post'>;
}
declare module 'vega-embed/vega-embed.js' {
declare module.exports: $Exports<'vega-embed/vega-embed'>;
}
declare module 'vega-embed/vega-embed.min.js' {
declare module.exports: $Exports<'vega-embed/vega-embed.min'>;
}