UNPKG

elmer-ui-core

Version:

web app framework

11 lines (10 loc) 276 B
import { Component } from "../../core/Component"; import "./styles/index.less"; export declare class Page404 extends Component { static propType: any; private title; constructor(props: any); handleOnClick(): void; $dispose(): void; render(): string; }