Welcome to mirror list, hosted at ThFree Co, Russian Federation.

constants.js « labels_select_widget « sidebar « components « vue_shared « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 389eb174c0e60f5e74d17931230fc7f51b303f86 (plain)
1
2
3
4
5
6
7
export const SCOPED_LABEL_DELIMITER = '::';

export const DropdownVariant = {
  Sidebar: 'sidebar',
  Standalone: 'standalone',
  Embedded: 'embedded',
};