Skip to content

Commit 54d025a

Browse files
committed
chore: update
1 parent 5643c83 commit 54d025a

File tree

1 file changed

+3
-3
lines changed
  • packages/machines/hover-card/src

1 file changed

+3
-3
lines changed

packages/machines/hover-card/src/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ export { connect } from "./hover-card.connect"
33
export { machine } from "./hover-card.machine"
44
export * from "./hover-card.props"
55
export type {
6-
MachineApi as Api,
7-
UserDefinedContext as Context,
6+
HoverCardApi as Api,
7+
HoverCardProps as Props,
8+
HoverCardService as Service,
89
ElementIds,
910
OpenChangeDetails,
1011
Placement,
1112
PositioningOptions,
12-
Service,
1313
} from "./hover-card.types"

0 commit comments

Comments
 (0)