mirror of
https://github.com/SomboChea/ui
synced 2024-11-16 11:14:26 +07:00
f84fd79c5b
* 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',
|
|
}
|