Skip to content

Commit

Permalink
packages/checkout: Exporting KitCheckoutProvider and openCheckoutModal
Browse files Browse the repository at this point in the history
  • Loading branch information
corbanbrook committed May 15, 2024
1 parent d60a755 commit 47c4b1b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/checkout/src/api/data.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { TokenMetadata } from '@0xsequence/metadata'
import { ChainId, networks } from '@0xsequence/network'

import { SardineCheckout } from '..'
import { SardineCheckout } from '../contexts/CheckoutModal'

export interface FetchSardineClientTokenReturn {
token: string
Expand Down
5 changes: 5 additions & 0 deletions packages/checkout/src/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// Provider
export { KitCheckoutProvider } from './shared/components/KitCheckoutProvider'

// Hooks
export { useCheckoutModal } from './hooks/useCheckoutModal'
3 changes: 0 additions & 3 deletions packages/checkout/src/index.tsx

This file was deleted.

0 comments on commit 47c4b1b

Please sign in to comment.