Repository URL to install this package:
|
Version:
0.9.5 ▾
|
ui-component-library
/
src
/
components
/
abstractions
/
BundleProduct
/
MiniCartBundle
/
typings.ts
|
|---|
import { ReactNode } from 'react'
import { CheckoutCartBundleProps } from '../CheckoutCartBundle'
export interface MiniCartBundleProps extends CheckoutCartBundleProps {}
export default MiniCartBundleProps