UNPKG

@rocket.chat/onboarding-ui

Version:

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

6 lines 395 B
import type { ComponentProps, ReactElement } from 'react'; import CreateFirstMemberForm from '../../forms/CreateFirstMemberForm'; type CreateCloudWorkspacePageProps = ComponentProps<typeof CreateFirstMemberForm>; declare const CreateFirstMemberPage: (props: CreateCloudWorkspacePageProps) => ReactElement; export default CreateFirstMemberPage; //# sourceMappingURL=CreateFirstMemberPage.d.ts.map