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: ab652c9356a6c59684288ec9c6fe24e803d187ad (plain)
1
2
3
4
5
// eslint-disable-next-line import/prefer-default-export
export const DropdownVariant = {
  Sidebar: 'sidebar',
  Standalone: 'standalone',
};