UNPKG
@pipedream/microsoft_outlook_calendar
Version:
latest (0.4.0)
0.4.0
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
0.1.0
0.0.1
Pipedream Microsoft Outlook Calendar Components
pipedream.com/apps/microsoft_outlook_calendar
@pipedream/microsoft_outlook_calendar
/
sources
/
common.mjs
11 lines
(9 loc)
•
228 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
microsoftOutlook
from
"../microsoft_outlook_calendar.app.mjs"
;
import
common
from
"../../microsoft_outlook/sources/common.mjs"
;
export
default
{ ...common,
props
: { ...common.
props
, microsoftOutlook, }, };