finish UI
This commit is contained in:
21
vue-project/my-kintone-plugin/components.d.ts
vendored
Normal file
21
vue-project/my-kintone-plugin/components.d.ts
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
/* eslint-disable */
|
||||
// @ts-nocheck
|
||||
// Generated by unplugin-vue-components
|
||||
// Read more: https://github.com/vuejs/core/pull/3399
|
||||
export {}
|
||||
|
||||
/* prettier-ignore */
|
||||
declare module 'vue' {
|
||||
export interface GlobalComponents {
|
||||
Config: typeof import('./src/components/Config.vue')['default']
|
||||
PluginDropdown: typeof import('./src/components/basic/PluginDropdown.vue')['default']
|
||||
PluginInput: typeof import('./src/components/basic/PluginInput.vue')['default']
|
||||
PluginLabel: typeof import('./src/components/basic/PluginLabel.vue')['default']
|
||||
PluginRow: typeof import('./src/components/basic/PluginRow.vue')['default']
|
||||
PluginTableActionIcon: typeof import('./src/components/basic/PluginTableActionIcon.vue')['default']
|
||||
PluginTableActionIconGroup: typeof import('./src/components/basic/PluginTableActionIconGroup.vue')['default']
|
||||
PluginTableArea: typeof import('./src/components/basic/PluginTableArea.vue')['default']
|
||||
PluginTableConditionRow: typeof import('./src/components/basic/PluginTableConditionRow.vue')['default']
|
||||
PluginTableConnectRow: typeof import('./src/components/basic/PluginTableConnectRow.vue')['default']
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user