UNPKG

@selfcommunity/react-ui

Version:

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

9 lines (8 loc) 307 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LEGAL_POLICIES = void 0; const types_1 = require("@selfcommunity/types"); /** * Legal policies */ exports.LEGAL_POLICIES = [types_1.SCLegalPagePoliciesType.TERMS_AND_CONDITIONS, types_1.SCLegalPagePoliciesType.PRIVACY];