Skip to content

Commit

Permalink
Expose IPurchaseConfirmationData, IOrderDetails, IDropdownStyles types
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgtz committed Jan 17, 2024
1 parent 571233c commit b8c5f93
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,21 @@ import {
IMyOrderDetailsData,
IMyOrdersOrder,
IPromoCodeResponse,
IPurchaseConfirmationData,
IRegisterNewUserBody,
MyOrderRequestFromType,
} from './api/types'
import {
Dropdown,
DropdownMaterial,
Loading,
LoggedIn,
Login,
PromoCode,
WaitingList,
} from './components'
import { IDropdownStyles } from './components/dropdown/types'
import { ILoadingStyles } from './components/loading/types'
import { ILoginSuccessData } from './components/login/types'
import {
BillingInfo,
Expand Down Expand Up @@ -114,11 +118,13 @@ export {
IBookTicketsOptions,
ICheckoutBody,
ICheckoutProps,
IDropdownStyles,
IError,
IEvent,
IEventResponse,
IGetTicketsPayload,
IGroupedTickets,
ILoadingStyles,
ILoginSuccessData,
IMyOrderDetailsData,
IMyOrderDetailsProps,
Expand All @@ -127,6 +133,7 @@ export {
IOnCheckoutSuccess,
IPasswordProtectedEventData,
IPromoCodeResponse,
IPurchaseConfirmationData,
IPurchaseConfirmationProps,
IRegisterNewUserBody,
IResaleTicketsProps,
Expand All @@ -135,6 +142,7 @@ export {
ITicketsProps,
ITicketsResponseData,
IUserProfile,
Loading,
LoggedIn,
Login,
LoginCore,
Expand Down

0 comments on commit b8c5f93

Please sign in to comment.