UNPKG

@sourceloop/user-onboarding-client

Version:

Library for providing a smooth user onboarding

11 lines (10 loc) 270 B
// Copyright (c) 2023 Sourcefuse Technologies // // This software is released under the MIT License. // https://opensource.org/licenses/MIT export type TourStepChange = { tourId: string; currentStepId: string; previousStepId: string; moveForward: boolean; };