We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7590d67 commit 4fb9544Copy full SHA for 4fb9544
packages/machines/presence/src/presence.connect.ts
@@ -2,7 +2,6 @@ import type { Service } from "@zag-js/core"
2
import type { NormalizeProps, PropTypes } from "@zag-js/types"
3
import type { PresenceApi, PresenceSchema } from "./presence.types"
4
5
-// eslint-disable-next-line @typescript-eslint/no-unused-vars
6
export function connect<T extends PropTypes>(
7
service: Service<PresenceSchema>,
8
_normalize: NormalizeProps<T>,
0 commit comments