UNPKG

@sourceloop/user-onboarding-client

Version:

Library for providing a smooth user onboarding

12 lines (11 loc) 343 B
// Copyright (c) 2023 Sourcefuse Technologies // // This software is released under the MIT License. // https://opensource.org/licenses/MIT /* * Public API Surface of user-onboarding-lib */ export * from './lib/tour-service.service'; export * from './lib/tour-store-service.service'; export * from './commands'; export * from './models';