UNPKG

@rocket.chat/onboarding-ui

Version:

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

7 lines 244 B
import type { ReactElement } from 'react'; type PasteStepProps = { setStep: (step: string) => void; }; declare const PasteStep: ({ setStep }: PasteStepProps) => ReactElement; export default PasteStep; //# sourceMappingURL=PasteStep.d.ts.map