Skip to main content
Module

x/aleph/framework/react/pageprops.ts>createPageProps

The Full-stack Framework in Deno.
Go to Latest
function createPageProps
import { createPageProps } from "https://deno.land/x/aleph@v0.3.0-beta.15/framework/react/pageprops.ts";

Parameters

nestedComponents: { specifier: string; Component?: ComponentType<any>; props?: Record<string, any>; }[]