initial commit

This commit is contained in:
2026-06-23 13:28:38 +07:00
commit 966ed115b2
590 changed files with 111412 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
export const Skins = {
Default: 'default',
Bordered: 'bordered',
}
export const RouteTransitions = {
Fade: 'app-transition-fade',
None: 'none',
// 'Zoom Fade': 'app-transition-zoom-fade',
// 'Fade Bottom': 'app-transition-fade-bottom',
// 'Slide Fade': 'app-transition-slide-fade',
// 'Zoom out': 'app-transition-zoom-out',
}