UNPKG

@selfcommunity/react-core

Version:

React Core Components useful for integrating UI Community components (react-ui).

10 lines (9 loc) 342 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_VOTE_REACTIONS_OPTION = exports.VOTE_REACTIONS_OPTION = exports.VOTE_OPTION = void 0; /** * DEFAULT CONF VALIDATION OPTION */ exports.VOTE_OPTION = 'vote'; exports.VOTE_REACTIONS_OPTION = 'reactions'; exports.DEFAULT_VOTE_REACTIONS_OPTION = null;