Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AppProps

import type { AppProps } from "https://raw.githubusercontent.com/lucacasonato/fresh/04a32f34987fbd59ce646967f216b2cca072a58f/src/runtime/types.ts";
interface AppProps {
Component: ComponentType<Record<never, never>>;
}

§Properties

§
Component: ComponentType<Record<never, never>>
[src]