We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ee017c commit b889058Copy full SHA for b889058
packages/core/src/index.ts
@@ -17,7 +17,7 @@ type WatchingYouRender = (
17
18
type WatchingYouWatcher = string | Element;
19
type WatchingYouTarget = string | Element;
20
-type WatchingYouTargetType = 'mouse' | 'dom' | 'input' | 'textarea';
+type WatchingYouTargetType = keyof typeof TargetPlugins;
21
type WatchingYouPower = number | { x?: number; y?: number };
22
interface WatchingYouOptions {
23
target?: WatchingYouTarget;
0 commit comments