UNPKG

elmer-ui-core

Version:

web app framework

11 lines (10 loc) 273 B
import { Component } from "../../index"; export declare class Route extends Component { static propType: any; private component; private path; private propsData; constructor(props: any); $onPropsChanged(newProps: any): void; render(): string; }