@lumx/react 4.3.1-alpha.0 → 4.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +1 -1
- package/index.js.map +1 -1
- package/package.json +3 -4
package/index.d.ts
CHANGED
|
@@ -641,7 +641,7 @@ interface IconButtonProps$1 extends BaseButtonProps {
|
|
|
641
641
|
title?: string;
|
|
642
642
|
}
|
|
643
643
|
|
|
644
|
-
interface IconButtonProps extends GenericProps, Omit<IconButtonProps$1, 'title'> {
|
|
644
|
+
interface IconButtonProps extends GenericProps, Omit<IconButtonProps$1, 'title' | 'children'> {
|
|
645
645
|
/**
|
|
646
646
|
* Props to pass to the tooltip.
|
|
647
647
|
* If undefined or if tooltipProps.label is undefined, the label prop will be used as tooltip label.
|