mirror of
https://github.com/SomboChea/ui
synced 2024-11-16 11:14:26 +07:00
7 lines
130 B
TypeScript
7 lines
130 B
TypeScript
|
export enum TabPosition {
|
||
|
README = 'Readme',
|
||
|
DEPENDENCIES = 'Dependencies',
|
||
|
VERSIONS = 'Versions',
|
||
|
UPLINKS = 'Uplinks',
|
||
|
}
|