serverError.d.ts 106 Bytes Raw Blame History Permalink 1 2 3 /// <reference types="react" /> declare const ServerError: () => JSX.Element; export default ServerError;