UNPKG

199 BTypeScriptView Raw
1import { FunctionalComponent } from "preact";
2export interface ErrorProps {
3 statusCode?: number;
4 title?: string;
5}
6declare const Error: FunctionalComponent<ErrorProps>;
7export default Error;