kui-basic 1.0.51 → 1.0.52
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/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import { HTMLInputTypeAttribute, ReactElement, SyntheticEvent, RefObject
|
|
2
|
+
import { HTMLInputTypeAttribute, ReactElement, SyntheticEvent, RefObject } from 'react';
|
|
3
3
|
|
|
4
4
|
interface BrandColors {
|
|
5
5
|
main: string
|
|
@@ -779,7 +779,7 @@ declare const Popper: (props: PopperProps) => React.ReactElement
|
|
|
779
779
|
type TooltipProps = {
|
|
780
780
|
onOpen?: () => void
|
|
781
781
|
onClose?: () => void
|
|
782
|
-
content?:
|
|
782
|
+
content?: any
|
|
783
783
|
open?: boolean
|
|
784
784
|
placement?: PopperPlacements
|
|
785
785
|
withArrow?: boolean
|