UNPKG
@fellow/react-big-calendar
Version:
latest (0.20.7)
next (0.20.6-1)
0.20.7
0.20.6
0.20.6-1
0.20.6-0
0.20.5-0
0.20.4
Calendar! with events
github.com/fellowinsights/react-big-calendar
fellowinsights/react-big-calendar
@fellow/react-big-calendar
/
lib
/
NoopWrapper.js
12 lines
(9 loc)
•
219 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
"use strict"
;
exports
.
__esModule
=
true
;
exports
.
default
=
void
0
;
function
NoopWrapper
(
props
) {
return
props.
children
; }
var
_default =
NoopWrapper
;
exports
.
default
= _default;
module
.
exports
=
exports
[
"default"
];