UNPKG

@jsnix/pastel

Version:

Framework for effortlessly building Ink apps

5 lines 184 B
import React from 'react'; export default function App({ Component, commandProps }) { return React.createElement(Component, { ...commandProps }); } //# sourceMappingURL=_app.js.map