UNPKG

@kiwicom/orbit-tracking

Version:

Tracking for orbit design system

41 lines (37 loc) 1.2 kB
import { S as Scope } from './interfaces-974f9e53.js'; declare const PROJECTS: Record<Scope, string>; declare const SCOPE: Scope[]; declare const TMP_FOLDER: string; declare const BASE_URL = "https://gitlab.skypicker.com/api/graphql/"; declare const CATEGORIES: { ACTION: string[]; STRUCTURE: string[]; INFORMATION: string[]; OVERLAY: string[]; INPUT: string[]; ACCESSIBILITY: string[]; INTERACTION: string[]; VISUALS: string[]; TEXT: string[]; PROGRESS_INDICATORS: string[]; NAVIGATION: string[]; LAYOUT: string[]; RESPONSIVE: string[]; UTILITY: string[]; PRIMITIVES: string[]; }; declare const consts_PROJECTS: typeof PROJECTS; declare const consts_SCOPE: typeof SCOPE; declare const consts_TMP_FOLDER: typeof TMP_FOLDER; declare const consts_BASE_URL: typeof BASE_URL; declare const consts_CATEGORIES: typeof CATEGORIES; declare namespace consts { export { consts_PROJECTS as PROJECTS, consts_SCOPE as SCOPE, consts_TMP_FOLDER as TMP_FOLDER, consts_BASE_URL as BASE_URL, consts_CATEGORIES as CATEGORIES, }; } export { BASE_URL as B, CATEGORIES as C, PROJECTS as P, SCOPE as S, TMP_FOLDER as T, consts as c };