Properties

contextTypes?: ValidationMap<any>
defaultProps?: Partial<{
    Component: ComponentType<NavigationComponentProps>;
    blockProps: Omit<BlockComponentProps, "onNavigate" | "params" | "searchParams" | "setSearchParams">;
    blockRoutes: BlockRouteObject[];
    children: ReactNode;
}>

Type declaration

displayName?: string
propTypes?: WeakValidationMap<{
    Component: ComponentType<NavigationComponentProps>;
    blockProps: Omit<BlockComponentProps, "onNavigate" | "params" | "searchParams" | "setSearchParams">;
    blockRoutes: BlockRouteObject[];
    children: ReactNode;
}>

Type declaration

Generated using TypeDoc