Skip to content

Commit

Permalink
fix: update exports
Browse files Browse the repository at this point in the history
  • Loading branch information
segunadebayo committed Oct 3, 2023
1 parent 29c47f9 commit 169f6bd
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/machines/pagination/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
export { anatomy } from "./pagination.anatomy"
export { connect } from "./pagination.connect"
export { machine } from "./pagination.machine"
export type {
UserDefinedContext as Context,
EllipsisProps,
PageTriggerProps,
MachineApi as Api,
} from "./pagination.types"
export type { MachineApi as Api, UserDefinedContext as Context, EllipsisProps, ItemProps } from "./pagination.types"

4 comments on commit 169f6bd

@vercel
Copy link

@vercel vercel bot commented on 169f6bd Oct 3, 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-two.vercel.app
zag-nextjs-git-main-chakra-ui.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 169f6bd Oct 3, 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-git-main-chakra-ui.vercel.app
zag-vue.vercel.app
zag-vue-chakra-ui.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 169f6bd Oct 3, 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 169f6bd Oct 3, 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.vercel.app
zag-solid-git-main-chakra-ui.vercel.app
zag-solid-chakra-ui.vercel.app

Please sign in to comment.