8 lines
184 B
TypeScript
8 lines
184 B
TypeScript
import React from 'react';
|
|
/**
|
|
* Default screen for unmatched routes.
|
|
*
|
|
* @hidden
|
|
*/
|
|
export declare function Unmatched(): React.JSX.Element;
|
|
//# sourceMappingURL=Unmatched.d.ts.map
|