mirror of
https://github.com/SomboChea/ui
synced 2026-01-16 08:05:44 +07:00
7 lines
130 B
TypeScript
7 lines
130 B
TypeScript
export enum TabPosition {
|
|
README = 'readme',
|
|
DEPENDENCIES = 'dependencies',
|
|
VERSIONS = 'versions',
|
|
UPLINKS = 'uplinks',
|
|
}
|