UNPKG
@jsnix/pastel
Version:
latest (3.0.8)
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
Framework for effortlessly building Ink apps
github.com/tbrockman/pastel
tbrockman/pastel
@jsnix/pastel
/
build
/
_app.js
5 lines
•
184 B
JavaScript
View Raw
1
2
3
4
5
import
React
from
'react'
;
export
default
function
App
(
{ Component, commandProps }
) {
return
React
.
createElement
(
Component
, { ...commandProps }); }
//# sourceMappingURL=_app.js.map