UNPKG

@sourceloop/user-onboarding-client

Version:

Library for providing a smooth user onboarding

11 lines (10 loc) 269 B
// Copyright (c) 2023 Sourcefuse Technologies // // This software is released under the MIT License. // https://opensource.org/licenses/MIT import Shepherd from 'shepherd.js'; export type TourComplete = { index: number; tour: Shepherd.Tour; tourId: string; };