|
@ -10,8 +10,6 @@ declare module '@vue/runtime-core' { |
|
|
BkRow: typeof import('./src/components/table/dBase/bkRow.vue')['default'] |
|
|
BkRow: typeof import('./src/components/table/dBase/bkRow.vue')['default'] |
|
|
BkTable: typeof import('./src/components/table/desktop/bkTable.vue')['default'] |
|
|
BkTable: typeof import('./src/components/table/desktop/bkTable.vue')['default'] |
|
|
BkTableDetails: typeof import('./src/components/table/desktop/bkTableDetails.vue')['default'] |
|
|
BkTableDetails: typeof import('./src/components/table/desktop/bkTableDetails.vue')['default'] |
|
|
Card: typeof import('./src/components/table/base/card.vue')['default'] |
|
|
|
|
|
ColRow: typeof import('./src/components/table/mBase/colRow.vue')['default'] |
|
|
|
|
|
DetailsRow: typeof import('./src/components/table/dBase/detailsRow.vue')['default'] |
|
|
DetailsRow: typeof import('./src/components/table/dBase/detailsRow.vue')['default'] |
|
|
ElIcon: typeof import('element-plus/es')['ElIcon'] |
|
|
ElIcon: typeof import('element-plus/es')['ElIcon'] |
|
|
ElInput: typeof import('element-plus/es')['ElInput'] |
|
|
ElInput: typeof import('element-plus/es')['ElInput'] |
|
@ -19,8 +17,6 @@ declare module '@vue/runtime-core' { |
|
|
ElPagination: typeof import('element-plus/es')['ElPagination'] |
|
|
ElPagination: typeof import('element-plus/es')['ElPagination'] |
|
|
ElSelect: typeof import('element-plus/es')['ElSelect'] |
|
|
ElSelect: typeof import('element-plus/es')['ElSelect'] |
|
|
ElSelectV2: typeof import('element-plus/es')['ElSelectV2'] |
|
|
ElSelectV2: typeof import('element-plus/es')['ElSelectV2'] |
|
|
ElTable: typeof import('element-plus/es')['ElTable'] |
|
|
|
|
|
ElTableColumn: typeof import('element-plus/es')['ElTableColumn'] |
|
|
|
|
|
ElTabPane: typeof import('element-plus/es')['ElTabPane'] |
|
|
ElTabPane: typeof import('element-plus/es')['ElTabPane'] |
|
|
ElTabs: typeof import('element-plus/es')['ElTabs'] |
|
|
ElTabs: typeof import('element-plus/es')['ElTabs'] |
|
|
Footer: typeof import('./src/components/footer.vue')['default'] |
|
|
Footer: typeof import('./src/components/footer.vue')['default'] |
|
@ -32,7 +28,6 @@ declare module '@vue/runtime-core' { |
|
|
NowrapRow: typeof import('./src/components/table/mBase/nowrapRow.vue')['default'] |
|
|
NowrapRow: typeof import('./src/components/table/mBase/nowrapRow.vue')['default'] |
|
|
RouterLink: typeof import('vue-router')['RouterLink'] |
|
|
RouterLink: typeof import('vue-router')['RouterLink'] |
|
|
RouterView: typeof import('vue-router')['RouterView'] |
|
|
RouterView: typeof import('vue-router')['RouterView'] |
|
|
Row: typeof import('./src/components/table/row.vue')['default'] |
|
|
|
|
|
THeader: typeof import('./src/components/table/dBase/tHeader.vue')['default'] |
|
|
THeader: typeof import('./src/components/table/dBase/tHeader.vue')['default'] |
|
|
TokensDetails: typeof import('./src/components/table/desktop/tokensDetails.vue')['default'] |
|
|
TokensDetails: typeof import('./src/components/table/desktop/tokensDetails.vue')['default'] |
|
|
TokensDetailsRow: typeof import('./src/components/table/dBase/tokensDetailsRow.vue')['default'] |
|
|
TokensDetailsRow: typeof import('./src/components/table/dBase/tokensDetailsRow.vue')['default'] |
|
@ -41,7 +36,6 @@ declare module '@vue/runtime-core' { |
|
|
TransactDetails: typeof import('./src/components/table/desktop/transactDetails.vue')['default'] |
|
|
TransactDetails: typeof import('./src/components/table/desktop/transactDetails.vue')['default'] |
|
|
TransactDetailsRow: typeof import('./src/components/table/dBase/transactDetailsRow.vue')['default'] |
|
|
TransactDetailsRow: typeof import('./src/components/table/dBase/transactDetailsRow.vue')['default'] |
|
|
TransactTable: typeof import('./src/components/table/desktop/transactTable.vue')['default'] |
|
|
TransactTable: typeof import('./src/components/table/desktop/transactTable.vue')['default'] |
|
|
TRow: typeof import('./src/components/table/base/tRow.vue')['default'] |
|
|
|
|
|
UpperLowerSwitch: typeof import('./src/components/base/UpperLowerSwitch.vue')['default'] |
|
|
UpperLowerSwitch: typeof import('./src/components/base/UpperLowerSwitch.vue')['default'] |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|