UNPKG

@rocket.chat/onboarding-ui

Version:

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

7 lines 303 B
import type { ReactElement } from 'react'; type InformationTooltipTriggerProps = { text: string; }; declare const InformationTooltipTrigger: ({ text, }: InformationTooltipTriggerProps) => ReactElement; export default InformationTooltipTrigger; //# sourceMappingURL=InformationTooltipTrigger.d.ts.map