@selfcommunity/react-ui
Version:
React UI Components to integrate a Community created with SelfCommunity Platform.
10 lines (9 loc) • 463 B
TypeScript
export declare const PREFIX = "SCPlatformWidget";
export declare const HUB_STAGE = "https://hub.stage.quentrix.com/";
export declare const HUB_PROD = "https://hub.selfcommunity.com/";
export declare const CONTACT_STAGE = "https://hub.stage.quentrix.com/dashboard/account/contact-us";
export declare const CONTACT_PROD = "https://hub.selfcommunity.com/dashboard/account/contact-us";
export declare const SELFCOMMUNITY_PRICING: {
en: string;
it: string;
};