Repository URL to install this package:
|
Version:
0.14.1 ▾
|
ui-component-library
/
src
/
components
/
abstractions
/
Checkout
/
ShippingMethodOption
/
typings.ts
|
|---|
import { ToggleItemProps, ToggleListProps } from 'molecules/ToggleList'
export interface ShippingMethodOptionItemProps extends ToggleItemProps {}
export interface ShippingMethodOptionListProps extends ToggleListProps {}