forked from sombochea/verdaccio-ui
7 lines
130 B
TypeScript
7 lines
130 B
TypeScript
export enum TabPosition {
|
|
README = 'readme',
|
|
DEPENDENCIES = 'dependencies',
|
|
VERSIONS = 'versions',
|
|
UPLINKS = 'uplinks',
|
|
}
|