forked from sombochea/verdaccio-ui
* refactor: coverted class comp. into func.comp * refactor: added forward ref comp. * fix: fixed external link color * fix: fixed typo * refactor: applied feedbacks
7 lines
130 B
TypeScript
7 lines
130 B
TypeScript
export enum TabPosition {
|
|
README = 'Readme',
|
|
DEPENDENCIES = 'Dependencies',
|
|
VERSIONS = 'Versions',
|
|
UPLINKS = 'Uplinks',
|
|
}
|