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: 00c543132921c94f92c02cf81c8467f10d6a189f (plain)
1
2
3
4
5
export const DropdownVariant = {
  Sidebar: 'sidebar',
  Standalone: 'standalone',
  Embedded: 'embedded',
};