Fixed #5376 - IconField: Wrong casing in Typescript module declaration file (.d.ts)

pull/5358/head^2
tugcekucukoglu 2024-03-04 19:18:18 +03:00
parent 0ffeebdc7e
commit d7c25df7b0
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ declare class IconField extends ClassComponent<IconFieldProps, IconFieldSlots, I
declare module '@vue/runtime-core' {
interface GlobalComponents {
iconfield: GlobalComponentConstructor<IconField>;
IconField: GlobalComponentConstructor<IconField>;
}
}