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

constants.js « labels_select_vue « 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: e94e7d46f85824ad2104751ea925a29ba6631664 (plain)
1
2
3
4
5
6
export const DropdownVariant = {
  Sidebar: 'sidebar',
  Standalone: 'standalone',
};

export const LIST_BUFFER_SIZE = 5;