diff --git a/components/lib/utils/utils.d.ts b/components/lib/utils/utils.d.ts index db8c8d7954..695b9b8f2d 100644 --- a/components/lib/utils/utils.d.ts +++ b/components/lib/utils/utils.d.ts @@ -181,7 +181,7 @@ export declare namespace ZIndexUtils { * @template ComponentProps Props from the owning component. * @template AdditionalProps Any custom properties of an icon like SortIcon of the Datatable for example. */ -export type IconOptions = AdditionalProps & { +export type IconOptions> = AdditionalProps & { /** * Icon specific properties. Size property allows FontAwesome to work properly. * @type {(React.HTMLProps & { size?: string }) | (React.SVGProps & { size?: string })}