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.d.ts
4 lines
(3 loc)
•
158 B
TypeScript
View Raw
1
2
3
4
import
React
from
'react'
;
import
type {
AppProps
}
from
'./types.js'
;
export
default
function
App
(
{ Component, commandProps }: AppProps
):
React
.
JSX
.
Element
;