unauthorized.d.ts 102 B

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