initial commit
This commit is contained in:
@@ -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',
|
||||
}
|
||||
Reference in New Issue
Block a user