UNPKG

@rocket.chat/onboarding-ui

Version:

Set of components and functions for the onboarding experience on Rocket.Chat

7 lines 281 B
import type { ReactElement } from 'react'; type InvalidLinkPageProps = { onRequestNewLink: () => void; }; declare const InvalidLinkPage: ({ onRequestNewLink, }: InvalidLinkPageProps) => ReactElement; export default InvalidLinkPage; //# sourceMappingURL=InvalidLinkPage.d.ts.map