@droz-js/visu
Advanced tools
Comparing version 3.1.1 to 3.2.0
import { TooltipHoverProps } from '../Tooltip'; | ||
import { FC, HTMLAttributes } from 'react'; | ||
export interface FormLabelProps extends HTMLAttributes<HTMLDivElement> { | ||
import { FC, LabelHTMLAttributes } from 'react'; | ||
export interface FormLabelProps extends LabelHTMLAttributes<HTMLLabelElement> { | ||
tooltip?: TooltipHoverProps['content']; | ||
@@ -5,0 +5,0 @@ } |
@@ -54,1 +54,3 @@ export * from './types'; | ||
export type * from './Form'; | ||
export { default as Popover } from './Popover'; | ||
export type * from './Popover'; |
{ | ||
"name": "@droz-js/visu", | ||
"version": "3.1.1", | ||
"version": "3.2.0", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "A library to use for coaktion projects!", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
681038
94
13699