import { PageState } from "../state/PageState"; export type DefaultPageProps = { state: PageState; matches?: {[key: string]: string} };