@@ -12,29 +12,39 @@ export {}
1212/* prettier-ignore */
1313declare module 'vue' {
1414 export interface GlobalComponents {
15+ LocaleToggler : typeof import ( './../components/locale-toggler.vue' ) [ 'default' ]
1516 RouterLink : typeof import ( 'vue-router' ) [ 'RouterLink' ]
1617 RouterView : typeof import ( 'vue-router' ) [ 'RouterView' ]
1718 SButton : typeof import ( '@soybeanjs/ui' ) [ 'SButton' ]
19+ SButtonIcon : typeof import ( '@soybeanjs/ui' ) [ 'SButtonIcon' ]
1820 SButtonLink : typeof import ( '@soybeanjs/ui' ) [ 'SButtonLink' ]
1921 SCard : typeof import ( '@soybeanjs/ui' ) [ 'SCard' ]
2022 SConfigProvider : typeof import ( '@soybeanjs/ui' ) [ 'SConfigProvider' ]
2123 SDialog : typeof import ( '@soybeanjs/ui' ) [ 'SDialog' ]
24+ SDropdownMenu : typeof import ( '@soybeanjs/ui' ) [ 'SDropdownMenu' ]
25+ SDropdownMenuRadio : typeof import ( '@soybeanjs/ui' ) [ 'SDropdownMenuRadio' ]
2226 SIcon : typeof import ( '@soybeanjs/ui' ) [ 'SIcon' ]
2327 SSwitch : typeof import ( '@soybeanjs/ui' ) [ 'SSwitch' ]
2428 ThemeSchemaToggler : typeof import ( './../components/theme-schema-toggler.vue' ) [ 'default' ]
29+ ToolBar : typeof import ( './../components/tool-bar.vue' ) [ 'default' ]
2530 }
2631}
2732
2833// For TSX support
2934declare global {
35+ const LocaleToggler : typeof import ( './../components/locale-toggler.vue' ) [ 'default' ]
3036 const RouterLink : typeof import ( 'vue-router' ) [ 'RouterLink' ]
3137 const RouterView : typeof import ( 'vue-router' ) [ 'RouterView' ]
3238 const SButton : typeof import ( '@soybeanjs/ui' ) [ 'SButton' ]
39+ const SButtonIcon : typeof import ( '@soybeanjs/ui' ) [ 'SButtonIcon' ]
3340 const SButtonLink : typeof import ( '@soybeanjs/ui' ) [ 'SButtonLink' ]
3441 const SCard : typeof import ( '@soybeanjs/ui' ) [ 'SCard' ]
3542 const SConfigProvider : typeof import ( '@soybeanjs/ui' ) [ 'SConfigProvider' ]
3643 const SDialog : typeof import ( '@soybeanjs/ui' ) [ 'SDialog' ]
44+ const SDropdownMenu : typeof import ( '@soybeanjs/ui' ) [ 'SDropdownMenu' ]
45+ const SDropdownMenuRadio : typeof import ( '@soybeanjs/ui' ) [ 'SDropdownMenuRadio' ]
3746 const SIcon : typeof import ( '@soybeanjs/ui' ) [ 'SIcon' ]
3847 const SSwitch : typeof import ( '@soybeanjs/ui' ) [ 'SSwitch' ]
3948 const ThemeSchemaToggler : typeof import ( './../components/theme-schema-toggler.vue' ) [ 'default' ]
49+ const ToolBar : typeof import ( './../components/tool-bar.vue' ) [ 'default' ]
4050}
0 commit comments