UNPKG

@sourceloop/user-onboarding-client

Version:

Library for providing a smooth user onboarding

12 lines (10 loc) 268 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 TourCancel = { index: number; tour: Shepherd.Tour; tourId: string; };