@habit.analytics/habit-smartlink-reactcomponent
Version:
A React component for Habit SmartLink integration.
7 lines • 378 B
TypeScript
export declare const SMARTLINK_BASE_URL: {
readonly localhost: "http://localhost:5173/habit-smart-link/";
readonly int: "https://distributors.integrations.habit.io/habit-smart-link/";
readonly qa: "https://distributors.qa.habit.io/habit-smart-link/";
readonly default: "https://distributors.habit.io/habit-smart-link/";
};
//# sourceMappingURL=constants.d.ts.map