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',
|
||
|
}
|