@fortawesome/fa-icon-chooser-react
Advanced tools
Comparing version 0.4.1 to 0.5.0
import React from 'react'; | ||
import type { StyleReactProps } from '../interfaces'; | ||
export declare type StencilReactExternalProps<PropType, ElementType> = PropType & Omit<React.HTMLAttributes<ElementType>, 'style'> & StyleReactProps; | ||
export declare type StencilReactForwardedRef<T> = ((instance: T | null) => void) | React.MutableRefObject<T | null> | null; | ||
export type StencilReactExternalProps<PropType, ElementType> = PropType & Omit<React.HTMLAttributes<ElementType>, 'style'> & StyleReactProps; | ||
export type StencilReactForwardedRef<T> = ((instance: T | null) => void) | React.MutableRefObject<T | null> | null; | ||
export declare const setRef: (ref: StencilReactForwardedRef<any> | React.Ref<any> | undefined, value: any) => void; | ||
@@ -6,0 +6,0 @@ export declare const mergeRefs: (...refs: (StencilReactForwardedRef<any> | React.Ref<any> | undefined)[]) => React.RefCallback<any>; |
{ | ||
"name": "@fortawesome/fa-icon-chooser-react", | ||
"sideEffects": false, | ||
"version": "0.4.1", | ||
"version": "0.5.0", | ||
"license": "MIT", | ||
@@ -38,3 +38,3 @@ "private": false, | ||
"dependencies": { | ||
"@fortawesome/fa-icon-chooser": "0.4.1" | ||
"@fortawesome/fa-icon-chooser": "0.5.0" | ||
}, | ||
@@ -41,0 +41,0 @@ "peerDependencies": { |
35864
+ Added@fortawesome/fa-icon-chooser@0.5.0(transitive)
- Removed@fortawesome/fa-icon-chooser@0.4.1(transitive)