UNPKG

@sourceloop/user-onboarding-client

Version:

Library for providing a smooth user onboarding

8 lines (7 loc) 214 B
// Copyright (c) 2023 Sourcefuse Technologies // // This software is released under the MIT License. // https://opensource.org/licenses/MIT export interface Props { [key: string]: string | boolean | number; }