Fixed #5376 - IconField: Wrong casing in Typescript module declaration file (.d.ts)
parent
0ffeebdc7e
commit
d7c25df7b0
|
@ -120,7 +120,7 @@ declare class IconField extends ClassComponent<IconFieldProps, IconFieldSlots, I
|
||||||
|
|
||||||
declare module '@vue/runtime-core' {
|
declare module '@vue/runtime-core' {
|
||||||
interface GlobalComponents {
|
interface GlobalComponents {
|
||||||
iconfield: GlobalComponentConstructor<IconField>;
|
IconField: GlobalComponentConstructor<IconField>;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue