4 lines
89 B
TypeScript
4 lines
89 B
TypeScript
import * as React from 'react';
|
|
declare const NoFound: React.FC;
|
|
export default NoFound;
|