mirror of
https://github.com/pezkuwichain/pezkuwi-apps.git
synced 2026-06-19 19:21:07 +00:00
Updates
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
import type { RouteProps } from '@pezkuwi/apps-routing/types';
|
||||
import React from 'react';
|
||||
interface Props extends RouteProps {
|
||||
missingApis?: (string | string[])[];
|
||||
}
|
||||
declare function NotFound({ basePath, missingApis }: Props): React.ReactElement;
|
||||
declare const _default: React.MemoExoticComponent<typeof NotFound>;
|
||||
export default _default;
|
||||
Reference in New Issue
Block a user