Skip to content

Commit 8b926a4

Browse files
committed
chore: update components.d.ts
1 parent 65ae413 commit 8b926a4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

frontend/components.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ declare module '@vue/runtime-core' {
1212
ABreadcrumbItem: typeof import('ant-design-vue/es')['BreadcrumbItem']
1313
AButton: typeof import('ant-design-vue/es')['Button']
1414
ACard: typeof import('ant-design-vue/es')['Card']
15+
ACol: typeof import('ant-design-vue/es')['Col']
1516
AConfigProvider: typeof import('ant-design-vue/es')['ConfigProvider']
1617
ADivider: typeof import('ant-design-vue/es')['Divider']
1718
ADrawer: typeof import('ant-design-vue/es')['Drawer']
@@ -34,9 +35,14 @@ declare module '@vue/runtime-core' {
3435
APagination: typeof import('ant-design-vue/es')['Pagination']
3536
APopconfirm: typeof import('ant-design-vue/es')['Popconfirm']
3637
AProgress: typeof import('ant-design-vue/es')['Progress']
38+
AResult: typeof import('ant-design-vue/es')['Result']
39+
ARow: typeof import('ant-design-vue/es')['Row']
3740
ASelect: typeof import('ant-design-vue/es')['Select']
3841
ASelectOption: typeof import('ant-design-vue/es')['SelectOption']
3942
ASpace: typeof import('ant-design-vue/es')['Space']
43+
AStatistic: typeof import('ant-design-vue/es')['Statistic']
44+
AStep: typeof import('ant-design-vue/es')['Step']
45+
ASteps: typeof import('ant-design-vue/es')['Steps']
4046
ASubMenu: typeof import('ant-design-vue/es')['SubMenu']
4147
ASwitch: typeof import('ant-design-vue/es')['Switch']
4248
ATable: typeof import('ant-design-vue/es')['Table']

0 commit comments

Comments
 (0)