@agility/plenum-ui 2.0.0-rc20 → 2.0.0-rc21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -272,7 +272,7 @@ declare module '@agility/plenum-ui/stories/atoms/icons/DynamicIcon' {
272
272
  export function isTablerIcon(name: UnifiedIconName): name is TablerIconName;
273
273
  export function isFAIcon(name: UnifiedIconName): name is keyof typeof FA;
274
274
  export function isUnifiedIconName(name: UnifiedIconName): name is UnifiedIconName;
275
- export interface IDynamicIconProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
275
+ export interface IDynamicIconProps {
276
276
  icon: UnifiedIconName;
277
277
  className?: ClassNameWithAutocomplete;
278
278
  outline?: boolean;