UNPKG

@redocly/asyncapi-docs

Version:

Async API docs for Redocly Realm

5 lines (4 loc) 211 B
export interface AppRouterProps { children: React.ReactNode; } export declare const AppRouter: import("react").MemoExoticComponent<({ children }: AppRouterProps) => import("react/jsx-runtime").JSX.Element>;