UNPKG

@selfcommunity/react-ui

Version:

React UI Components to integrate a Community created with SelfCommunity Platform.

34 lines (33 loc) 763 B
/** * User Profile Fields */ export declare enum SCUserProfileFields { USERNAME = "username", REAL_NAME = "real_name", DATE_JOINED = "date_joined", BIO = "bio", LOCATION = "location", DATE_OF_BIRTH = "date_of_birth", DESCRIPTION = "description", GENDER = "gender", WEBSITE = "website", TAGS = "tags", SOCIAL_ASSOCIATIONS = "social_associations" } /** * User Profile Settings */ export declare enum SCUserProfileSettings { NOTIFICATION = "notification", INTERACTION = "interaction", PRIVATE_MESSAGE = "private_message" } /** * User Profile Settings */ export declare enum SCUserSocialAssociations { GOOGLE = "google", FACEBOOK = "facebook", TWITTER = "twitter", LINKEDIN = "linkedin" }