@rocket.chat/onboarding-ui
Version:
Set of components and functions for the onboarding experience on Rocket.Chat
7 lines • 311 B
TypeScript
import type { ReactElement } from 'react';
type SomethingWentWrongPageProps = {
requestId?: string | undefined;
};
declare const SomethingWentWrongPage: ({ requestId, }: SomethingWentWrongPageProps) => ReactElement;
export default SomethingWentWrongPage;
//# sourceMappingURL=SomethingWentWrongPage.d.ts.map