@ef2/react
Advanced tools
Comparing version 1.0.19 to 1.0.20
@@ -6,4 +6,5 @@ /// <reference types="react" /> | ||
name?: string; | ||
viewBox?: string; | ||
} | ||
declare const Icon: ({ className, name }: IconProps) => JSX.Element; | ||
declare const Icon: ({ className, name, viewBox }: IconProps) => JSX.Element; | ||
export default Icon; |
{ | ||
"name": "@ef2/react", | ||
"version": "1.0.19", | ||
"version": "1.0.20", | ||
"main": "lib/index.js", | ||
@@ -22,3 +22,2 @@ "module": "lib/index.esm.js", | ||
"devDependencies": { | ||
"@apollo/client": "^3.6.9", | ||
"@babel/core": "^7.19.1", | ||
@@ -25,0 +24,0 @@ "@headlessui/react": "^1.7.2", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
4706685
49
47614