kui-basic 1.1.48 → 1.1.50
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/dist/cjs/index.js +4 -4
- package/dist/cjs/index.js.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -768,6 +768,7 @@ type PopperBaseProps = {
|
|
|
768
768
|
spacing?: string
|
|
769
769
|
className?: string
|
|
770
770
|
popperOffset?: number
|
|
771
|
+
whitOutMobile?: boolean
|
|
771
772
|
} & React.HTMLAttributes<HTMLDivElement>
|
|
772
773
|
|
|
773
774
|
type PopperProps = {
|
|
@@ -795,6 +796,7 @@ interface TooltipProps
|
|
|
795
796
|
cursor?: "pointer" | "auto"
|
|
796
797
|
spacing?: string
|
|
797
798
|
toggleMethod?: TooltipToggleMethods
|
|
799
|
+
withOutMobile?: boolean
|
|
798
800
|
}
|
|
799
801
|
|
|
800
802
|
type TooltipStylesProps = {
|