@lumx/react 4.9.0-next.2 → 4.9.0-next.3

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/index.d.ts CHANGED
@@ -4282,7 +4282,7 @@ interface UserBlockProps$1 extends HasClassName, HasTheme {
4282
4282
  */
4283
4283
  Avatar: (props: any) => any;
4284
4284
  }
4285
- type UserBlockPropsToOverride = 'Avatar' | 'Text' | 'nameProps' | 'linkProps' | 'avatarProps';
4285
+ type UserBlockPropsToOverride = 'Avatar' | 'Text' | 'linkProps' | 'avatarProps';
4286
4286
 
4287
4287
  /**
4288
4288
  * Defines the props of the component.