UNPKG

@redocly/theme

Version:

Shared UI components lib

24 lines (23 loc) 653 B
export { REDOCLY_TEAMS_RBAC } from '@redocly/config'; export declare const DEFAULT_LOCALE_PLACEHOLDER = "default_locale"; export declare enum FEEDBACK_TYPES { RATING = "rating", SENTIMENT = "sentiment", COMMENT = "comment", MOOD = "mood", PROBLEM = "problem", SCALE = "scale" } export declare const DEFAULT_FEEDBACK_TYPE = FEEDBACK_TYPES.SENTIMENT; export declare enum MenuItemType { Separator = "separator", DrillDown = "drilldown", Group = "group", Operation = "operation", Default = "default" } export declare enum MobileMenuType { MAIN_MENU = "MAIN_MENU", PRODUCT = "PRODUCT", PAGE = "PAGE" }