serverError.d.ts 100 B

12
  1. declare const ServerError: () => import("vue/jsx-runtime").JSX.Element;
  2. export default ServerError;