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 5643c83 commit 54d025aCopy full SHA for 54d025a
packages/machines/hover-card/src/index.ts
@@ -3,11 +3,11 @@ export { connect } from "./hover-card.connect"
3
export { machine } from "./hover-card.machine"
4
export * from "./hover-card.props"
5
export type {
6
- MachineApi as Api,
7
- UserDefinedContext as Context,
+ HoverCardApi as Api,
+ HoverCardProps as Props,
8
+ HoverCardService as Service,
9
ElementIds,
10
OpenChangeDetails,
11
Placement,
12
PositioningOptions,
- Service,
13
} from "./hover-card.types"
0 commit comments