Skip to content

Commit

Permalink
fix(radio-group): export missing types
Browse files Browse the repository at this point in the history
  • Loading branch information
cschroeter committed Sep 8, 2023
1 parent 4e2e589 commit f4e3d29
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/tender-numbers-film.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@zag-js/radio-group": patch
---

Exports missing types
2 changes: 1 addition & 1 deletion packages/machines/radio-group/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export { anatomy } from "./radio-group.anatomy"
export { connect } from "./radio-group.connect"
export { machine } from "./radio-group.machine"
export type { UserDefinedContext as Context, MachineApi as Api } from "./radio-group.types"
export type { UserDefinedContext as Context, MachineApi as Api, RadioProps, InputProps } from "./radio-group.types"

4 comments on commit f4e3d29

@vercel
Copy link

@vercel vercel bot commented on f4e3d29 Sep 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on f4e3d29 Sep 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

zag-solid – ./examples/solid-ts

zag-solid-git-main-chakra-ui.vercel.app
zag-solid-chakra-ui.vercel.app
zag-solid.vercel.app

@vercel
Copy link

@vercel vercel bot commented on f4e3d29 Sep 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

zag-vue – ./examples/vue-ts

zag-vue.vercel.app
zag-vue-chakra-ui.vercel.app
zag-vue-git-main-chakra-ui.vercel.app

@vercel
Copy link

@vercel vercel bot commented on f4e3d29 Sep 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

zag-nextjs – ./examples/next-ts

zag-nextjs-chakra-ui.vercel.app
zag-nextjs-git-main-chakra-ui.vercel.app
zag-two.vercel.app

Please sign in to comment.