forked from nteract/nteract
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreact-notification-system_vx.x.x.js
116 lines (100 loc) · 3.84 KB
/
react-notification-system_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
110
111
112
113
114
115
116
// flow-typed signature: acc4f81cc63a73e22878b6ef36d63297
// flow-typed version: <<STUB>>/react-notification-system_v^0.2.9/flow_v0.38.0
/**
* This is an autogenerated libdef stub for:
*
* 'react-notification-system'
*
* 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-notification-system' {
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-notification-system/dist/constants' {
declare module.exports: any;
}
declare module 'react-notification-system/dist/helpers' {
declare module.exports: any;
}
declare module 'react-notification-system/dist/NotificationContainer' {
declare module.exports: any;
}
declare module 'react-notification-system/dist/NotificationItem' {
declare module.exports: any;
}
declare module 'react-notification-system/dist/NotificationSystem' {
declare module.exports: any;
}
declare module 'react-notification-system/dist/styles' {
declare module.exports: any;
}
declare module 'react-notification-system/karma.conf' {
declare module.exports: any;
}
declare module 'react-notification-system/src/constants' {
declare module.exports: any;
}
declare module 'react-notification-system/src/helpers' {
declare module.exports: any;
}
declare module 'react-notification-system/src/NotificationContainer' {
declare module.exports: any;
}
declare module 'react-notification-system/src/NotificationItem' {
declare module.exports: any;
}
declare module 'react-notification-system/src/NotificationSystem' {
declare module.exports: any;
}
declare module 'react-notification-system/src/styles' {
declare module.exports: any;
}
// Filename aliases
declare module 'react-notification-system/dist/constants.js' {
declare module.exports: $Exports<'react-notification-system/dist/constants'>;
}
declare module 'react-notification-system/dist/helpers.js' {
declare module.exports: $Exports<'react-notification-system/dist/helpers'>;
}
declare module 'react-notification-system/dist/NotificationContainer.js' {
declare module.exports: $Exports<'react-notification-system/dist/NotificationContainer'>;
}
declare module 'react-notification-system/dist/NotificationItem.js' {
declare module.exports: $Exports<'react-notification-system/dist/NotificationItem'>;
}
declare module 'react-notification-system/dist/NotificationSystem.js' {
declare module.exports: $Exports<'react-notification-system/dist/NotificationSystem'>;
}
declare module 'react-notification-system/dist/styles.js' {
declare module.exports: $Exports<'react-notification-system/dist/styles'>;
}
declare module 'react-notification-system/karma.conf.js' {
declare module.exports: $Exports<'react-notification-system/karma.conf'>;
}
declare module 'react-notification-system/src/constants.js' {
declare module.exports: $Exports<'react-notification-system/src/constants'>;
}
declare module 'react-notification-system/src/helpers.js' {
declare module.exports: $Exports<'react-notification-system/src/helpers'>;
}
declare module 'react-notification-system/src/NotificationContainer.jsx' {
declare module.exports: $Exports<'react-notification-system/src/NotificationContainer'>;
}
declare module 'react-notification-system/src/NotificationItem.jsx' {
declare module.exports: $Exports<'react-notification-system/src/NotificationItem'>;
}
declare module 'react-notification-system/src/NotificationSystem.jsx' {
declare module.exports: $Exports<'react-notification-system/src/NotificationSystem'>;
}
declare module 'react-notification-system/src/styles.js' {
declare module.exports: $Exports<'react-notification-system/src/styles'>;
}