UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

4 lines (3 loc) 137 B
export const MAX_POLL_OPTIONS = 100; export const VALID_MAX_VOTES_VALUE_REGEX = /^([2-9]|10)$/; export const MAX_OPTIONS_DISPLAYED = 10;