@habeetat/components-uikit-react
Advanced tools
Comparing version 0.0.23 to 0.0.24
@@ -46,2 +46,3 @@ import { createReactComponent } from './react-component-lib'; | ||
export const HabRadio = createReactComponent('hab-radio'); | ||
export const HabRadioGroup = createReactComponent('hab-radio-group'); | ||
export const HabSelect = createReactComponent('hab-select'); | ||
@@ -48,0 +49,0 @@ export const HabSelectOption = createReactComponent('hab-select-option'); |
@@ -45,2 +45,3 @@ /// <reference types="react" /> | ||
export declare const HabRadio: import("react").ForwardRefExoticComponent<JSX.HabRadio & Omit<import("react").HTMLAttributes<HTMLHabRadioElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLHabRadioElement>>; | ||
export declare const HabRadioGroup: import("react").ForwardRefExoticComponent<JSX.HabRadioGroup & Omit<import("react").HTMLAttributes<HTMLHabRadioGroupElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLHabRadioGroupElement>>; | ||
export declare const HabSelect: import("react").ForwardRefExoticComponent<JSX.HabSelect & Omit<import("react").HTMLAttributes<HTMLHabSelectElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLHabSelectElement>>; | ||
@@ -47,0 +48,0 @@ export declare const HabSelectOption: import("react").ForwardRefExoticComponent<JSX.HabSelectOption & Omit<import("react").HTMLAttributes<HTMLHabSelectOptionElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLHabSelectOptionElement>>; |
{ | ||
"name": "@habeetat/components-uikit-react", | ||
"version": "0.0.23", | ||
"version": "0.0.24", | ||
"description": "> TODO: description", | ||
@@ -5,0 +5,0 @@ "author": "Riccardo Tartaglia <tartaglia.riccardo@gmail.com>", |
Sorry, the diff of this file is not supported yet
55723
560