noFound.d.ts 89 B

123
  1. import * as React from 'react';
  2. declare const NoFound: React.FC;
  3. export default NoFound;