/*--------------------------------------------------------------------------------------------- * Copyright (c) Bentley Systems, Incorporated. All rights reserved. * See LICENSE.md in the project root for license terms and full copyright notice. *--------------------------------------------------------------------------------------------*/ import type { EC3ConfigPropsWithCallbacks, EC3ConfigPropsWithDefaultReport, EC3ConfigPropsWithGetEC3AccessToken, EC3ConfigPropsWithRedirectUri, } from "./EC3/EC3Config"; /** * @internal */ export type EC3WidgetProps = EC3ConfigPropsWithCallbacks & (Omit | Omit | Omit);