serverError.d.ts 74 B

12
  1. declare const ServerError: () => JSX.Element;
  2. export default ServerError;