tooltip errors in d.ts
parent
54b16a1c84
commit
776667ba27
|
@ -11,13 +11,13 @@ export interface DockTooltipOptions {
|
|||
* Event to show the tooltip, valid values are hover and focus.
|
||||
* @see DockTooltipEventType
|
||||
*/
|
||||
event: DockTooltipEventType;
|
||||
event: string;
|
||||
/**
|
||||
* Position of element.
|
||||
* @see DockPositionType
|
||||
* Default value is 'bottom'.
|
||||
*/
|
||||
position: DockPositionType;
|
||||
position: string;
|
||||
/**
|
||||
* Optional options.
|
||||
*/
|
||||
|
|
|
@ -15,13 +15,13 @@ export interface SpeedDialTooltipOptions {
|
|||
* Event to show the tooltip, valid values are hover and focus.
|
||||
* @see SpeedDialTooltipEventType
|
||||
*/
|
||||
event: SpeedDialTooltipEventType;
|
||||
event: string;
|
||||
/**
|
||||
* Position of element.
|
||||
* @see SpeedDialTooltipPositionType
|
||||
* Default value is 'bottom'.
|
||||
*/
|
||||
position: SpeedDialTooltipPositionType;
|
||||
position: string;
|
||||
/**
|
||||
* Optional options.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue