tooltip.d.ts updated
parent
2067a2b5a1
commit
9cbbb79f9c
|
@ -40,6 +40,16 @@ export interface TooltipOptions {
|
|||
* @defaultValue true
|
||||
*/
|
||||
fitContent?: boolean | undefined;
|
||||
/**
|
||||
* When present, it adds a custom delay to the tooltip's display.
|
||||
* @defaultValue 0
|
||||
*/
|
||||
showDelay?: number | undefined;
|
||||
/**
|
||||
* When present, it adds a custom delay to the tooltip's hiding.
|
||||
* @defaultValue 0
|
||||
*/
|
||||
hideDelay?: number | undefined;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue