@elpassion/taco
Advanced tools
Comparing version 0.0.36 to 0.0.37
/// <reference types="react" /> | ||
import type { CheckboxProps } from "./Checkbox.interface"; | ||
export declare const Checkbox: React.FC<CheckboxProps>; | ||
export declare const Checkbox: import("react").ForwardRefExoticComponent<CheckboxProps & import("react").RefAttributes<HTMLInputElement>>; | ||
export default Checkbox; |
/// <reference types="react" /> | ||
import type { CheckboxProps } from "./Checkbox.interface"; | ||
export declare const Checkbox: React.FC<CheckboxProps>; | ||
export declare const Checkbox: import("react").ForwardRefExoticComponent<CheckboxProps & import("react").RefAttributes<HTMLInputElement>>; | ||
export default Checkbox; |
@@ -470,3 +470,3 @@ /// <reference types="react" /> | ||
declare const Checkbox: React.FC<CheckboxProps>; | ||
declare const Checkbox: react.ForwardRefExoticComponent<CheckboxProps & react.RefAttributes<HTMLInputElement>>; | ||
@@ -473,0 +473,0 @@ interface ChipsProps extends HTMLAttributes<HTMLDivElement> { |
{ | ||
"name": "@elpassion/taco", | ||
"version": "0.0.36", | ||
"version": "0.0.37", | ||
"main": "cjs/index.js", | ||
@@ -5,0 +5,0 @@ "module": "index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
322333