@entake/particle 20.0.4 → 20.0.5
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
CHANGED
|
@@ -36,7 +36,7 @@ declare class TooltipDirective implements OnDestroy {
|
|
|
36
36
|
/**
|
|
37
37
|
* The direction of the tooltip around the host element
|
|
38
38
|
*/
|
|
39
|
-
readonly tooltipPosition: _angular_core.InputSignal<"
|
|
39
|
+
readonly tooltipPosition: _angular_core.InputSignal<"left" | "right" | "top" | "bottom">;
|
|
40
40
|
/**
|
|
41
41
|
* Whether to disable the tooltip
|
|
42
42
|
* @param disabled disabled or not
|