import { Component } from "neweb-components"; export interface IViewParams }> { params: PARAMS; data: DATA; children: CHILDREN; dispatch(actionName: string, ...args: any[]): void | Promise; navigate(url: string): void; }