forked from nteract/nteract
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreact-simple-dropdown_vx.x.x.js
109 lines (94 loc) · 3.77 KB
/
react-simple-dropdown_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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
// flow-typed signature: 088158267ec0fc9679f7e4d5ab0b99e6
// flow-typed version: <<STUB>>/react-simple-dropdown_v^3.0.0/flow_v0.54.0
/**
* This is an autogenerated libdef stub for:
*
* 'react-simple-dropdown'
*
* 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 'react-simple-dropdown' {
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 'react-simple-dropdown/docs/index' {
declare module.exports: any;
}
declare module 'react-simple-dropdown/lib/components/Dropdown' {
declare module.exports: any;
}
declare module 'react-simple-dropdown/lib/components/DropdownContent' {
declare module.exports: any;
}
declare module 'react-simple-dropdown/lib/components/DropdownTrigger' {
declare module.exports: any;
}
declare module 'react-simple-dropdown/src/components/Dropdown' {
declare module.exports: any;
}
declare module 'react-simple-dropdown/src/components/DropdownContent' {
declare module.exports: any;
}
declare module 'react-simple-dropdown/src/components/DropdownTrigger' {
declare module.exports: any;
}
declare module 'react-simple-dropdown/src/docs/components/AccountDropdown' {
declare module.exports: any;
}
declare module 'react-simple-dropdown/src/docs/index' {
declare module.exports: any;
}
declare module 'react-simple-dropdown/test/components/Dropdown' {
declare module.exports: any;
}
declare module 'react-simple-dropdown/test/components/DropdownContent' {
declare module.exports: any;
}
declare module 'react-simple-dropdown/test/components/DropdownTrigger' {
declare module.exports: any;
}
// Filename aliases
declare module 'react-simple-dropdown/docs/index.js' {
declare module.exports: $Exports<'react-simple-dropdown/docs/index'>;
}
declare module 'react-simple-dropdown/lib/components/Dropdown.js' {
declare module.exports: $Exports<'react-simple-dropdown/lib/components/Dropdown'>;
}
declare module 'react-simple-dropdown/lib/components/DropdownContent.js' {
declare module.exports: $Exports<'react-simple-dropdown/lib/components/DropdownContent'>;
}
declare module 'react-simple-dropdown/lib/components/DropdownTrigger.js' {
declare module.exports: $Exports<'react-simple-dropdown/lib/components/DropdownTrigger'>;
}
declare module 'react-simple-dropdown/src/components/Dropdown.jsx' {
declare module.exports: $Exports<'react-simple-dropdown/src/components/Dropdown'>;
}
declare module 'react-simple-dropdown/src/components/DropdownContent.jsx' {
declare module.exports: $Exports<'react-simple-dropdown/src/components/DropdownContent'>;
}
declare module 'react-simple-dropdown/src/components/DropdownTrigger.jsx' {
declare module.exports: $Exports<'react-simple-dropdown/src/components/DropdownTrigger'>;
}
declare module 'react-simple-dropdown/src/docs/components/AccountDropdown.jsx' {
declare module.exports: $Exports<'react-simple-dropdown/src/docs/components/AccountDropdown'>;
}
declare module 'react-simple-dropdown/src/docs/index.jsx' {
declare module.exports: $Exports<'react-simple-dropdown/src/docs/index'>;
}
declare module 'react-simple-dropdown/test/components/Dropdown.jsx' {
declare module.exports: $Exports<'react-simple-dropdown/test/components/Dropdown'>;
}
declare module 'react-simple-dropdown/test/components/DropdownContent.jsx' {
declare module.exports: $Exports<'react-simple-dropdown/test/components/DropdownContent'>;
}
declare module 'react-simple-dropdown/test/components/DropdownTrigger.jsx' {
declare module.exports: $Exports<'react-simple-dropdown/test/components/DropdownTrigger'>;
}