UNPKG

@selfcommunity/react-ui

Version:

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

6 lines (5 loc) 275 B
export const PREFIX = 'SCEventForm'; export const NEVER_LATER_DAYS = 13; // 2 weeks less 1 day export const DAILY_LATER_DAYS = 59; // 60 days less 1 day export const WEEKLY_LATER_DAYS = 359; // 360 days less 1 day export const MONTHLY_LATER_DAYS = 729; // 2 years less 1 day