@@ -8,17 +8,43 @@ export {}
8
8
declare global {
9
9
const AButton : typeof import ( 'antd' ) [ 'Button' ]
10
10
const ACard : typeof import ( 'antd' ) [ 'Card' ]
11
+ const ACheckbox : typeof import ( 'antd' ) [ 'Checkbox' ]
12
+ const AColorPicker : typeof import ( 'antd' ) [ 'ColorPicker' ]
11
13
const AConfigProvider : typeof import ( 'antd' ) [ 'ConfigProvider' ]
14
+ const ADivider : typeof import ( 'antd' ) [ 'Divider' ]
15
+ const ADrawer : typeof import ( 'antd' ) [ 'Drawer' ]
12
16
const ADropdown : typeof import ( 'antd' ) [ 'Dropdown' ]
17
+ const AEmpty : typeof import ( 'antd' ) [ 'Empty' ]
18
+ const AFlex : typeof import ( 'antd' ) [ 'Flex' ]
13
19
const AForm : typeof import ( 'antd' ) [ 'Form' ]
20
+ const AInput : typeof import ( 'antd' ) [ 'Input' ]
21
+ const AMenu : typeof import ( 'antd' ) [ 'Menu' ]
22
+ const AModal : typeof import ( 'antd' ) [ 'Modal' ]
14
23
const ASegmented : typeof import ( 'antd' ) [ 'Segmented' ]
24
+ const ASpace : typeof import ( 'antd' ) [ 'Space' ]
25
+ const ASwitch : typeof import ( 'antd' ) [ 'Switch' ]
15
26
const ATooltip : typeof import ( 'antd' ) [ 'Tooltip' ]
16
27
const AWatermark : typeof import ( 'antd' ) [ 'Watermark' ]
28
+ const BeyondHiding : typeof import ( '../components/BeyondHiding' ) [ 'default' ]
17
29
const ButtonIcon : typeof import ( '../components/ButtonIcon' ) [ 'default' ]
30
+ const DarkModeContainer : typeof import ( '../components/DarkModeContainer' ) [ 'default' ]
31
+ const FilpText : typeof import ( '../components/FilpText' ) [ 'default' ]
32
+ const FullScreen : typeof import ( '../components/FullScreen' ) [ 'default' ]
33
+ const IconAntDesignEnterOutlined : typeof import ( '~icons/ant-design/enter-outlined.tsx' ) [ 'default' ]
34
+ const IconGridiconsFullscreen : typeof import ( '~icons/gridicons/fullscreen.tsx' ) [ 'default' ]
35
+ const IconGridiconsFullscreenExit : typeof import ( '~icons/gridicons/fullscreen-exit.tsx' ) [ 'default' ]
36
+ const IconLocalLogo : typeof import ( '~icons/local/logo.tsx' ) [ 'default' ]
37
+ const IconMdiArrowDownThin : typeof import ( '~icons/mdi/arrow-down-thin.tsx' ) [ 'default' ]
38
+ const IconMdiArrowUpThin : typeof import ( '~icons/mdi/arrow-up-thin.tsx' ) [ 'default' ]
39
+ const IconMdiKeyboardEsc : typeof import ( '~icons/mdi/keyboard-esc.tsx' ) [ 'default' ]
40
+ const IconMdiKeyboardReturn : typeof import ( '~icons/mdi/keyboard-return.tsx' ) [ 'default' ]
41
+ const IconUilSearch : typeof import ( '~icons/uil/search.tsx' ) [ 'default' ]
18
42
const Link : typeof import ( 'react-router-dom' ) [ 'Link' ]
43
+ const LookForward : typeof import ( '../components/LookForward' ) [ 'default' ]
19
44
const NavLink : typeof import ( 'react-router-dom' ) [ 'NavLink' ]
20
45
const Navigate : typeof import ( 'react-router-dom' ) [ 'Navigate' ]
21
46
const Outlet : typeof import ( 'react-router-dom' ) [ 'Outlet' ]
47
+ const PinToggler : typeof import ( '../components/PinToggler' ) [ 'default' ]
22
48
const Route : typeof import ( 'react-router-dom' ) [ 'Route' ]
23
49
const Routes : typeof import ( 'react-router-dom' ) [ 'Routes' ]
24
50
const SvgIcon : typeof import ( '../components/SvgIcon' ) [ 'default' ]
@@ -89,7 +115,6 @@ declare global {
89
115
const useMap : typeof import ( 'ahooks' ) [ 'useMap' ]
90
116
const useMemo : typeof import ( 'react' ) [ 'useMemo' ]
91
117
const useMemoizedFn : typeof import ( 'ahooks' ) [ 'useMemoizedFn' ]
92
- const useMixMenuContext : typeof import ( '../hooks/common/menu' ) [ 'useMixMenuContext' ]
93
118
const useMobile : typeof import ( '../hooks/common/mobile' ) [ 'useMobile' ]
94
119
const useMount : typeof import ( 'ahooks' ) [ 'useMount' ]
95
120
const useMouse : typeof import ( 'ahooks' ) [ 'useMouse' ]
0 commit comments