UNPKG
@nafr/echo-ui
Version:
latest (1.0.0)
1.0.0
A UI library born for WAA
echoui.dev
@nafr/echo-ui
/
dist
/
packages
/
components
/
visualization
/
Oscilloscope
/
index.js
6 lines
(5 loc)
•
204 B
JavaScript
View Raw
1
2
3
4
5
6
import
{
Oscilloscope
as
_Oscilloscope }
from
'./Oscilloscope'
;
const
Oscilloscope
= _Oscilloscope;
Oscilloscope
.
displayName
=
'EchoUI.Oscilloscope'
;
export
{
Oscilloscope
};
export
default
Oscilloscope
;