-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1419 from Shopify/export-checkout-missing-types
Reexport checkout's missing types
- Loading branch information
Showing
3 changed files
with
192 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
154 changes: 95 additions & 59 deletions
154
...i-extensions-react/src/surfaces/customer-account/components/shared-checkout-components.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,109 +1,145 @@ | ||
export { | ||
Banner, | ||
type BannerProps, | ||
BlockLayout, | ||
type BlockLayoutProps, | ||
BlockSpacer, | ||
type BlockSpacerProps, | ||
BlockStack, | ||
type BlockStackProps, | ||
Button, | ||
type ButtonProps, | ||
Checkbox, | ||
type CheckboxProps, | ||
Choice, | ||
type ChoiceProps, | ||
ChoiceList, | ||
DateField, | ||
type ChoiceListProps, | ||
DatePicker, | ||
type DatePickerProps, | ||
type DayString, | ||
type DateString, | ||
type DisabledDate, | ||
type DateRange, | ||
type SelectedDate, | ||
type YearMonth, | ||
DateField, | ||
type DateFieldProps, | ||
Disclosure, | ||
type DisclosureProps, | ||
Divider, | ||
type DividerProps, | ||
Form, | ||
type FormProps, | ||
Grid, | ||
type GridProps, | ||
GridItem, | ||
type GridItemProps, | ||
Heading, | ||
type HeadingProps, | ||
HeadingGroup, | ||
type HeadingGroupProps, | ||
Icon, | ||
type IconProps, | ||
type IconSource, | ||
Image, | ||
type ImageProps, | ||
InlineLayout, | ||
type InlineLayoutProps, | ||
InlineStack, | ||
type InlineStackProps, | ||
InlineSpacer, | ||
type InlineSpacerProps, | ||
Link, | ||
type LinkProps, | ||
List, | ||
type ListProps, | ||
ListItem, | ||
type ListItemProps, | ||
Modal, | ||
type ModalProps, | ||
PaymentIcon, | ||
type PaymentIconProps, | ||
type PaymentMethod, | ||
PhoneField, | ||
type PhoneFieldProps, | ||
Pressable, | ||
type PressableProps, | ||
ProductThumbnail, | ||
type ProductThumbnailProps, | ||
Popover, | ||
type PopoverProps, | ||
type PopoverPosition, | ||
ScrollView, | ||
type ScrollViewProps, | ||
type ScrollViewEvent, | ||
Select, | ||
type SelectProps, | ||
type SelectOptionProps, | ||
SkeletonImage, | ||
type SkeletonImageProps, | ||
SkeletonText, | ||
type SkeletonTextProps, | ||
SkeletonTextBlock, | ||
type SkeletonTextBlockProps, | ||
Spinner, | ||
type SpinnerProps, | ||
Stepper, | ||
type StepperProps, | ||
Tag, | ||
type TagProps, | ||
Text, | ||
type TextProps, | ||
TextBlock, | ||
type TextBlockProps, | ||
TextField, | ||
View, | ||
Modal, | ||
Popover, | ||
ScrollView, | ||
type TextFieldProps, | ||
Tooltip, | ||
} from '../../checkout/components'; | ||
type TooltipProps, | ||
View, | ||
type ViewProps, | ||
type ViewCoordinate, | ||
type ViewPosition, | ||
type ViewPositionType, | ||
type ViewTranslate, | ||
} from '../../checkout'; | ||
|
||
export type { | ||
BannerProps, | ||
BlockLayoutProps, | ||
BlockSpacerProps, | ||
BlockStackProps, | ||
ButtonProps, | ||
CheckboxProps, | ||
ChoiceProps, | ||
ChoiceListProps, | ||
DatePickerProps, | ||
DateFieldProps, | ||
DisclosureProps, | ||
DividerProps, | ||
FormProps, | ||
GridProps, | ||
GridItemSize, | ||
GridItemProps, | ||
HeadingProps, | ||
HeadingGroupProps, | ||
IconProps, | ||
ImageProps, | ||
InlineLayoutProps, | ||
InlineStackProps, | ||
InlineSpacerProps, | ||
LinkProps, | ||
ListProps, | ||
ListItemProps, | ||
ModalProps, | ||
PaymentIconProps, | ||
PhoneFieldProps, | ||
PopoverProps, | ||
PressableProps, | ||
ProductThumbnailProps, | ||
SelectProps, | ||
SkeletonImageProps, | ||
SkeletonTextProps, | ||
SkeletonTextBlockProps, | ||
SpinnerProps, | ||
StepperProps, | ||
TagProps, | ||
TextProps, | ||
TextBlockProps, | ||
TextFieldProps, | ||
ViewProps, | ||
ViewPosition, | ||
ViewPositionType, | ||
ViewTranslate, | ||
ViewCoordinate, | ||
AccessibilityRole, | ||
ViewLikeAccessibilityRole, | ||
NonPresentationalAccessibilityRole, | ||
Alignment, | ||
Appearance, | ||
Autocomplete, | ||
AutocompleteField, | ||
AutocompleteGroup, | ||
Background, | ||
BackgroundFit, | ||
BackgroundPosition, | ||
BackgroundProps, | ||
BackgroundRepeat, | ||
BlockAlignment, | ||
BorderProps, | ||
BorderRadius, | ||
BorderStyle, | ||
BorderWidth, | ||
Breakpoint, | ||
Columns, | ||
CornerRadius, | ||
CornerProps, | ||
DisclosureActivatorProps, | ||
DisclosureOpen, | ||
Fit, | ||
GridItemSize, | ||
InlineAlignment, | ||
MaybeShorthandProperty, | ||
NonPresentationalAccessibilityRole, | ||
OverlayActivatorProps, | ||
Rows, | ||
ShorthandProperty, | ||
Status, | ||
Size, | ||
Spacing, | ||
Alignment, | ||
Appearance, | ||
ScrollViewProps, | ||
TooltipProps, | ||
SizingProps, | ||
SpacingProps, | ||
ViewLikeAccessibilityRole, | ||
VisibilityProps, | ||
} from '../../checkout'; |
Oops, something went wrong.