UNPKG
@playwire/pw-vue-component
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
## Customize configuration
github.com/intergi/pw-vue-component
@playwire/pw-vue-component
/
src
/
lib
/
components
/
index.js
5 lines
(3 loc)
•
98 B
JavaScript
View Raw
1
2
3
4
5
import
RampUnit
from
'./RampUnit.vue'
;
import
Ramp
from
'./Ramp.vue'
;
export
{
RampUnit
,
Ramp
};