|
@@ -20,7 +20,6 @@ declare module 'vue' {
|
|
|
AFormItem: typeof import('@qmth/ui')['FormItem']
|
|
|
AInput: typeof import('@qmth/ui')['Input']
|
|
|
AInputNumber: typeof import('@qmth/ui')['InputNumber']
|
|
|
- AInputPassword: typeof import('@qmth/ui')['InputPassword']
|
|
|
AModal: typeof import('@qmth/ui')['Modal']
|
|
|
APagination: typeof import('@qmth/ui')['Pagination']
|
|
|
AProgress: typeof import('@qmth/ui')['Progress']
|
|
@@ -38,7 +37,6 @@ declare module 'vue' {
|
|
|
ATabs: typeof import('@qmth/ui')['Tabs']
|
|
|
ATag: typeof import('@qmth/ui')['Tag']
|
|
|
ATextarea: typeof import('@qmth/ui')['Textarea']
|
|
|
- ATypographyText: typeof import('@qmth/ui')['TypographyText']
|
|
|
AUpload: typeof import('@qmth/ui')['Upload']
|
|
|
QmButton: typeof import('@qmth/ui')['QmButton']
|
|
|
QmConfigProvider: typeof import('@qmth/ui')['QmConfigProvider']
|