UNPKG

@redocly/theme

Version:

Shared UI components lib

33 lines (32 loc) 888 B
export { REDOCLY_TEAMS_RBAC } from '@redocly/config'; export declare const DEFAULT_LOCALE_PLACEHOLDER = "default_locale"; export declare const CONTENT_ID = "content"; export declare const ICONS_CDN_URL: { 'font-awesome': string; code: string; }; 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" } export declare const DEFAULT_COLOR_MODES: { readonly LIGHT: "light"; readonly DARK: "dark"; };