Skip to content

Commit

Permalink
fix(toasts): export toast options
Browse files Browse the repository at this point in the history
  • Loading branch information
cschroeter committed Nov 9, 2022
1 parent 12e93b8 commit a0432f3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion packages/machines/toast/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@ import { groupMachine } from "./toast-group.machine"
import { createToastMachine as createMachine } from "./toast.machine"

export { connect } from "./toast.connect"
export type { GroupMachineContext, MachineContext, MachineState, Placement, Service, Type } from "./toast.types"
export type {
GroupMachineContext,
MachineContext,
MachineState,
Placement,
Service,
ToastOptions,
Type,
} from "./toast.types"
export { createMachine }

export const group = {
Expand Down

0 comments on commit a0432f3

Please sign in to comment.