UNPKG

@rocket.chat/onboarding-ui

Version:

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

8 lines 308 B
import type { ReactElement, ReactNode } from 'react'; type InformationPageProps = { title: string; description?: ReactNode; }; declare const InformationPage: ({ title, description, }: InformationPageProps) => ReactElement; export default InformationPage; //# sourceMappingURL=InformationPage.d.ts.map