@@ -66,67 +66,67 @@ declare global{
6666 const AntTreeSelect : typeof import ( 'antd' ) [ 'TreeSelect' ]
6767 const AntTypography : typeof import ( 'antd' ) [ 'Typography' ]
6868 const AntUpload : typeof import ( 'antd' ) [ 'Upload' ]
69- const AntAffix : typeof import ( 'antd' ) [ 'Affix' ]
70- const AntAlert : typeof import ( 'antd' ) [ 'Alert' ]
71- const AntAnchor : typeof import ( 'antd' ) [ 'Anchor' ]
72- const AntAutoComplete : typeof import ( 'antd' ) [ 'AutoComplete' ]
73- const AntAvatar : typeof import ( 'antd' ) [ 'Avatar' ]
74- const AntBackTop : typeof import ( 'antd' ) [ 'BackTop' ]
75- const AntBadge : typeof import ( 'antd' ) [ 'Badge' ]
76- const AntBreadcrumb : typeof import ( 'antd' ) [ 'Breadcrumb' ]
77- const AntButton : typeof import ( 'antd' ) [ 'Button' ]
78- const AntCalendar : typeof import ( 'antd' ) [ 'Calendar' ]
79- const AntCard : typeof import ( 'antd' ) [ 'Card' ]
80- const AntCarousel : typeof import ( 'antd' ) [ 'Carousel' ]
81- const AntCascader : typeof import ( 'antd' ) [ 'Cascader' ]
82- const AntCheckbox : typeof import ( 'antd' ) [ 'Checkbox' ]
83- const AntCol : typeof import ( 'antd' ) [ 'Col' ]
84- const AntCollapse : typeof import ( 'antd' ) [ 'Collapse' ]
85- const AntComment : typeof import ( 'antd' ) [ 'Comment' ]
86- const AntConfigProvider : typeof import ( 'antd' ) [ 'ConfigProvider' ]
87- const AntDatePicker : typeof import ( 'antd' ) [ 'DatePicker' ]
88- const AntDescriptions : typeof import ( 'antd' ) [ 'Descriptions' ]
89- const AntDivider : typeof import ( 'antd' ) [ 'Divider' ]
90- const AntDrawer : typeof import ( 'antd' ) [ 'Drawer' ]
91- const AntDropdown : typeof import ( 'antd' ) [ 'Dropdown' ]
92- const AntEmpty : typeof import ( 'antd' ) [ 'Empty' ]
93- const AntForm : typeof import ( 'antd' ) [ 'Form' ]
94- const AntGrid : typeof import ( 'antd' ) [ 'Grid' ]
95- const AntImage : typeof import ( 'antd' ) [ 'Image' ]
96- const AntInput : typeof import ( 'antd' ) [ 'Input' ]
97- const AntInputNumber : typeof import ( 'antd' ) [ 'InputNumber' ]
98- const AntLayout : typeof import ( 'antd' ) [ 'Layout' ]
99- const AntList : typeof import ( 'antd' ) [ 'List' ]
100- const AntMentions : typeof import ( 'antd' ) [ 'Mentions' ]
101- const AntMenu : typeof import ( 'antd' ) [ 'Menu' ]
102- const AntModal : typeof import ( 'antd' ) [ 'Modal' ]
103- const AntPageHeader : typeof import ( 'antd' ) [ 'PageHeader' ]
104- const AntPagination : typeof import ( 'antd' ) [ 'Pagination' ]
105- const AntPopconfirm : typeof import ( 'antd' ) [ 'Popconfirm' ]
106- const AntPopover : typeof import ( 'antd' ) [ 'Popover' ]
107- const AntProgress : typeof import ( 'antd' ) [ 'Progress' ]
108- const AntRadio : typeof import ( 'antd' ) [ 'Radio' ]
109- const AntRate : typeof import ( 'antd' ) [ 'Rate' ]
110- const AntResult : typeof import ( 'antd' ) [ 'Result' ]
111- const AntRow : typeof import ( 'antd' ) [ 'Row' ]
112- const AntSegmented : typeof import ( 'antd' ) [ 'Segmented' ]
113- const AntSelect : typeof import ( 'antd' ) [ 'Select' ]
114- const AntSkeleton : typeof import ( 'antd' ) [ 'Skeleton' ]
115- const AntSlider : typeof import ( 'antd' ) [ 'Slider' ]
116- const AntSpace : typeof import ( 'antd' ) [ 'Space' ]
117- const AntSpin : typeof import ( 'antd' ) [ 'Spin' ]
118- const AntStatistic : typeof import ( 'antd' ) [ 'Statistic' ]
119- const AntSteps : typeof import ( 'antd' ) [ 'Steps' ]
120- const AntSwitch : typeof import ( 'antd' ) [ 'Switch' ]
121- const AntTable : typeof import ( 'antd' ) [ 'Table' ]
122- const AntTabs : typeof import ( 'antd' ) [ 'Tabs' ]
123- const AntTag : typeof import ( 'antd' ) [ 'Tag' ]
124- const AntTimePicker : typeof import ( 'antd' ) [ 'TimePicker' ]
125- const AntTimeline : typeof import ( 'antd' ) [ 'Timeline' ]
126- const AntTooltip : typeof import ( 'antd' ) [ 'Tooltip' ]
127- const AntTransfer : typeof import ( 'antd' ) [ 'Transfer' ]
128- const AntTree : typeof import ( 'antd' ) [ 'Tree' ]
129- const AntTreeSelect : typeof import ( 'antd' ) [ 'TreeSelect' ]
130- const AntTypography : typeof import ( 'antd' ) [ 'Typography' ]
131- const AntUpload : typeof import ( 'antd' ) [ 'Upload' ]
69+ const Affix : typeof import ( 'antd' ) [ 'Affix' ]
70+ const Alert : typeof import ( 'antd' ) [ 'Alert' ]
71+ const Anchor : typeof import ( 'antd' ) [ 'Anchor' ]
72+ const AutoComplete : typeof import ( 'antd' ) [ 'AutoComplete' ]
73+ const Avatar : typeof import ( 'antd' ) [ 'Avatar' ]
74+ const BackTop : typeof import ( 'antd' ) [ 'BackTop' ]
75+ const Badge : typeof import ( 'antd' ) [ 'Badge' ]
76+ const Breadcrumb : typeof import ( 'antd' ) [ 'Breadcrumb' ]
77+ const Button : typeof import ( 'antd' ) [ 'Button' ]
78+ const Calendar : typeof import ( 'antd' ) [ 'Calendar' ]
79+ const Card : typeof import ( 'antd' ) [ 'Card' ]
80+ const Carousel : typeof import ( 'antd' ) [ 'Carousel' ]
81+ const Cascader : typeof import ( 'antd' ) [ 'Cascader' ]
82+ const Checkbox : typeof import ( 'antd' ) [ 'Checkbox' ]
83+ const Col : typeof import ( 'antd' ) [ 'Col' ]
84+ const Collapse : typeof import ( 'antd' ) [ 'Collapse' ]
85+ const Comment : typeof import ( 'antd' ) [ 'Comment' ]
86+ const ConfigProvider : typeof import ( 'antd' ) [ 'ConfigProvider' ]
87+ const DatePicker : typeof import ( 'antd' ) [ 'DatePicker' ]
88+ const Descriptions : typeof import ( 'antd' ) [ 'Descriptions' ]
89+ const Divider : typeof import ( 'antd' ) [ 'Divider' ]
90+ const Drawer : typeof import ( 'antd' ) [ 'Drawer' ]
91+ const Dropdown : typeof import ( 'antd' ) [ 'Dropdown' ]
92+ const Empty : typeof import ( 'antd' ) [ 'Empty' ]
93+ const Form : typeof import ( 'antd' ) [ 'Form' ]
94+ const Grid : typeof import ( 'antd' ) [ 'Grid' ]
95+ const Image : typeof import ( 'antd' ) [ 'Image' ]
96+ const Input : typeof import ( 'antd' ) [ 'Input' ]
97+ const InputNumber : typeof import ( 'antd' ) [ 'InputNumber' ]
98+ const Layout : typeof import ( 'antd' ) [ 'Layout' ]
99+ const List : typeof import ( 'antd' ) [ 'List' ]
100+ const Mentions : typeof import ( 'antd' ) [ 'Mentions' ]
101+ const Menu : typeof import ( 'antd' ) [ 'Menu' ]
102+ const Modal : typeof import ( 'antd' ) [ 'Modal' ]
103+ const PageHeader : typeof import ( 'antd' ) [ 'PageHeader' ]
104+ const Pagination : typeof import ( 'antd' ) [ 'Pagination' ]
105+ const Popconfirm : typeof import ( 'antd' ) [ 'Popconfirm' ]
106+ const Popover : typeof import ( 'antd' ) [ 'Popover' ]
107+ const Progress : typeof import ( 'antd' ) [ 'Progress' ]
108+ const Radio : typeof import ( 'antd' ) [ 'Radio' ]
109+ const Rate : typeof import ( 'antd' ) [ 'Rate' ]
110+ const Result : typeof import ( 'antd' ) [ 'Result' ]
111+ const Row : typeof import ( 'antd' ) [ 'Row' ]
112+ const Segmented : typeof import ( 'antd' ) [ 'Segmented' ]
113+ const Select : typeof import ( 'antd' ) [ 'Select' ]
114+ const Skeleton : typeof import ( 'antd' ) [ 'Skeleton' ]
115+ const Slider : typeof import ( 'antd' ) [ 'Slider' ]
116+ const Space : typeof import ( 'antd' ) [ 'Space' ]
117+ const Spin : typeof import ( 'antd' ) [ 'Spin' ]
118+ const Statistic : typeof import ( 'antd' ) [ 'Statistic' ]
119+ const Steps : typeof import ( 'antd' ) [ 'Steps' ]
120+ const Switch : typeof import ( 'antd' ) [ 'Switch' ]
121+ const Table : typeof import ( 'antd' ) [ 'Table' ]
122+ const Tabs : typeof import ( 'antd' ) [ 'Tabs' ]
123+ const Tag : typeof import ( 'antd' ) [ 'Tag' ]
124+ const TimePicker : typeof import ( 'antd' ) [ 'TimePicker' ]
125+ const Timeline : typeof import ( 'antd' ) [ 'Timeline' ]
126+ const Tooltip : typeof import ( 'antd' ) [ 'Tooltip' ]
127+ const Transfer : typeof import ( 'antd' ) [ 'Transfer' ]
128+ const Tree : typeof import ( 'antd' ) [ 'Tree' ]
129+ const TreeSelect : typeof import ( 'antd' ) [ 'TreeSelect' ]
130+ const Typography : typeof import ( 'antd' ) [ 'Typography' ]
131+ const Upload : typeof import ( 'antd' ) [ 'Upload' ]
132132}
0 commit comments