@habeetat/components-uikit-react
Advanced tools
Comparing version 0.0.21 to 0.0.22
@@ -41,2 +41,3 @@ import { createReactComponent } from './react-component-lib'; | ||
export const HabNavbarTitle = createReactComponent('hab-navbar-title'); | ||
export const HabPagination = createReactComponent('hab-pagination'); | ||
export const HabPill = createReactComponent('hab-pill'); | ||
@@ -43,0 +44,0 @@ export const HabPopover = createReactComponent('hab-popover'); |
@@ -40,2 +40,3 @@ /// <reference types="react" /> | ||
export declare const HabNavbarTitle: import("react").ForwardRefExoticComponent<JSX.HabNavbarTitle & Omit<import("react").HTMLAttributes<HTMLHabNavbarTitleElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLHabNavbarTitleElement>>; | ||
export declare const HabPagination: import("react").ForwardRefExoticComponent<JSX.HabPagination & Omit<import("react").HTMLAttributes<HTMLHabPaginationElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLHabPaginationElement>>; | ||
export declare const HabPill: import("react").ForwardRefExoticComponent<JSX.HabPill & Omit<import("react").HTMLAttributes<HTMLHabPillElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLHabPillElement>>; | ||
@@ -42,0 +43,0 @@ export declare const HabPopover: import("react").ForwardRefExoticComponent<JSX.HabPopover & Omit<import("react").HTMLAttributes<HTMLHabPopoverElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLHabPopoverElement>>; |
{ | ||
"name": "@habeetat/components-uikit-react", | ||
"version": "0.0.21", | ||
"version": "0.0.22", | ||
"description": "> TODO: description", | ||
@@ -5,0 +5,0 @@ "author": "Riccardo Tartaglia <tartaglia.riccardo@gmail.com>", |
Sorry, the diff of this file is not supported yet
55300
557