UNPKG
@chayns/react-audio-editor
Version:
latest (0.0.2)
0.0.2
0.0.1
Tool to edit audio tracks.
@chayns/react-audio-editor
/
lib
/
context
/
TrackContext.js
12 lines
(8 loc)
•
242 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
'use strict'
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
var
_react =
require
(
'react'
);
var
TrackContext
= (
0
, _react.
createContext
)({
track
:
null
});
exports
.
default
=
TrackContext
;
module
.
exports
=
exports
.
default
;