@selfcommunity/react-ui
Version:
React UI Components to integrate a Community created with SelfCommunity Platform.
13 lines (12 loc) • 490 B
TypeScript
export declare const COMPOSER_TYPE_DISCUSSION = "discussion";
export declare const COMPOSER_TYPE_POST = "post";
export declare const COMPOSER_TYPE_POLL = "poll";
export declare const COMPOSER_TYPES: {
discussion: string;
post: string;
poll: string;
};
export declare const COMPOSER_TITLE_MAX_LENGTH = 160;
export declare const COMPOSER_POLL_TITLE_MAX_LENGTH = 160;
export declare const COMPOSER_POLL_MIN_CHOICES = 2;
export declare const COMPOSER_POLL_MIN_CLOSE_DATE_DELTA = 2;