UNPKG

microsite

Version:
8 lines (7 loc) 199 B
import { FunctionalComponent } from "preact"; export interface ErrorProps { statusCode?: number; title?: string; } declare const Error: FunctionalComponent<ErrorProps>; export default Error;