Skip to content

crelte / / AppProps

Type Alias: AppProps

ts
type AppProps = object;

The Props that are passed to the app

Properties

route

ts
route: Writable<Route>;