@aleodoni-common/tailwind-components
Advanced tools
Comparing version 1.0.32 to 1.0.33
import React, { InputHTMLAttributes } from 'react'; | ||
import * as SolidIcons from '@heroicons/react/solid'; | ||
export declare type IconName = keyof typeof SolidIcons; | ||
import * as OutlineIcons from '@heroicons/react/outline'; | ||
export declare type IconName = keyof typeof SolidIcons | keyof typeof OutlineIcons; | ||
interface IInput extends InputHTMLAttributes<HTMLInputElement> { | ||
@@ -5,0 +6,0 @@ aleodoni_ringcolor?: string; |
{ | ||
"name": "@aleodoni-common/tailwind-components", | ||
"version": "1.0.32", | ||
"version": "1.0.33", | ||
"main": "./build/index.js", | ||
@@ -5,0 +5,0 @@ "module": "build/index.modern.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
31345
12
803