UNPKG

@selfcommunity/react-core

Version:

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

7 lines (6 loc) 178 B
/** * DEFAULT CONF VALIDATION OPTION */ export const VOTE_OPTION = 'vote'; export const VOTE_REACTIONS_OPTION = 'reactions'; export const DEFAULT_VOTE_REACTIONS_OPTION = null;