@redocly/theme
Version:
Shared UI components lib
28 lines (23 loc) • 592 B
text/typescript
export { REDOCLY_TEAMS_RBAC } from '@redocly/config';
export const DEFAULT_LOCALE_PLACEHOLDER = 'default_locale';
export enum FEEDBACK_TYPES {
RATING = 'rating',
SENTIMENT = 'sentiment',
COMMENT = 'comment',
MOOD = 'mood',
PROBLEM = 'problem',
SCALE = 'scale',
}
export const DEFAULT_FEEDBACK_TYPE = FEEDBACK_TYPES.SENTIMENT;
export enum MenuItemType {
Separator = 'separator',
DrillDown = 'drilldown',
Group = 'group',
Operation = 'operation',
Default = 'default',
}
export enum MobileMenuType {
MAIN_MENU = 'MAIN_MENU',
PRODUCT = 'PRODUCT',
PAGE = 'PAGE',
}