Skip to content

Commit

Permalink
Fixed #5376 - IconField: Wrong casing in Typescript module declaratio…
Browse files Browse the repository at this point in the history
…n file (.d.ts)
  • Loading branch information
tugcekucukoglu committed Mar 4, 2024
1 parent 0ffeebd commit d7c25df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/iconfield/IconField.d.ts
Expand Up @@ -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>;
}
}

Expand Down

0 comments on commit d7c25df

Please sign in to comment.