lwx-test-ui
Version:
lwx-test-ui
28 lines (25 loc) • 1.36 kB
TypeScript
declare module 'vue' {
export interface GlobalComponents {
'lwx-big-dialog': typeof import('lwx-test-ui')['LwxBigDialog']
'lwx-button': typeof import('lwx-test-ui')['LwxButton']
'lwx-dic': typeof import('lwx-test-ui')['LwxDic']
'lwx-input': typeof import('lwx-test-ui')['LwxInput']
'lwx-render-tsx': typeof import('lwx-test-ui')['LwxRenderTsx']
'lwx-select': typeof import('lwx-test-ui')['LwxSelect']
'lwx-select-icon': typeof import('lwx-test-ui')['LwxSelectIcon']
'lwx-select-tree': typeof import('lwx-test-ui')['LwxSelectTree']
'lwx-table-pro': typeof import('lwx-test-ui')['LwxTablePro']
'lwx-textarea': typeof import('lwx-test-ui')['LwxTextarea']
'LwxBigDialog': typeof import('lwx-test-ui')['LwxBigDialog']
'LwxButton': typeof import('lwx-test-ui')['LwxButton']
'LwxDic': typeof import('lwx-test-ui')['LwxDic']
'LwxInput': typeof import('lwx-test-ui')['LwxInput']
'LwxRenderTsx': typeof import('lwx-test-ui')['LwxRenderTsx']
'LwxSelect': typeof import('lwx-test-ui')['LwxSelect']
'LwxSelectIcon': typeof import('lwx-test-ui')['LwxSelectIcon']
'LwxSelectTree': typeof import('lwx-test-ui')['LwxSelectTree']
'LwxTablePro': typeof import('lwx-test-ui')['LwxTablePro']
'LwxTextarea': typeof import('lwx-test-ui')['LwxTextarea']
}
}
export { }