Socket
Socket
Sign inDemoInstall

@bearei/react-icon

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bearei/react-icon - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

4

lib-esm/components/Icon.d.ts

@@ -43,3 +43,3 @@ import type { DetailedHTMLProps, HTMLAttributes, ReactNode, Ref } from 'react';

*/
renderContainer?: (props: IconContainerProps) => ReactNode;
renderContainer?: (props: IconContainerProps<T>) => ReactNode;
}

@@ -57,4 +57,4 @@ /**

export declare type IconMainProps = IconChildrenProps;
export declare type IconContainerProps = IconChildrenProps & Pick<BaseIconProps, 'ref'>;
export declare type IconContainerProps<T> = IconChildrenProps & Pick<BaseIconProps<T>, 'ref'>;
declare const Icon: <T extends HTMLElement>({ ref, renderMain, renderContainer, ...props }: IconProps<T>) => JSX.Element;
export default Icon;

@@ -43,3 +43,3 @@ import type { DetailedHTMLProps, HTMLAttributes, ReactNode, Ref } from 'react';

*/
renderContainer?: (props: IconContainerProps) => ReactNode;
renderContainer?: (props: IconContainerProps<T>) => ReactNode;
}

@@ -57,4 +57,4 @@ /**

export declare type IconMainProps = IconChildrenProps;
export declare type IconContainerProps = IconChildrenProps & Pick<BaseIconProps, 'ref'>;
export declare type IconContainerProps<T> = IconChildrenProps & Pick<BaseIconProps<T>, 'ref'>;
declare const Icon: <T extends HTMLElement>({ ref, renderMain, renderContainer, ...props }: IconProps<T>) => JSX.Element;
export default Icon;
{
"name": "@bearei/react-icon",
"version": "0.0.8",
"version": "0.0.9",
"main": "./lib/index.js",

@@ -5,0 +5,0 @@ "types": "./lib/index.d.ts",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc