noFound.d.ts 92 B

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